ubcc/src/Ubc/Parse.hs

7 lines
82 B
Haskell
Raw Normal View History

module Ubc.Parse
2024-12-30 08:44:51 +01:00
( someFunc )
where
someFunc :: IO ()
2024-12-30 08:44:51 +01:00
someFunc = putStrLn "help"