Serene/src/MyLib.hs
2023-12-10 21:12:57 +01:00

5 lines
80 B
Haskell

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