ghcup-hs/lib/MyLib.hs

5 lines
80 B
Haskell
Raw Normal View History

2020-01-11 20:15:05 +00:00
module MyLib (someFunc) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"