2017-05-08 11:16:38 +02:00

7 lines
88 B
Haskell

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