Initial commit

This commit is contained in:
2020-12-30 18:35:47 +02:00
commit f26fea5fd2
11 changed files with 391 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"