buuka/src/MyLib.hs

5 lines
80 B
Haskell

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