addressbook/src/MyLib.hs

5 lines
80 B
Haskell
Raw Normal View History

2020-12-10 19:47:11 +02:00
module MyLib (someFunc) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"