Initial commit

This commit is contained in:
2021-11-03 13:05:49 +02:00
commit 8b2181563a
8 changed files with 380 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"