Files
2019-02-13 14:51:10 +10:00

7 lines
88 B
Haskell

module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"