Initial commit

This commit is contained in:
2020-12-10 19:47:11 +02:00
commit 3226856439
10 changed files with 133 additions and 0 deletions

4
src/MyLib.hs Normal file
View File

@ -0,0 +1,4 @@
module MyLib (someFunc) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"