image-backup/src/MyLib.hs

5 lines
80 B
Haskell
Raw Normal View History

2023-02-12 14:19:45 +02:00
module MyLib (someFunc) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"