Initial commit

This commit is contained in:
2020-01-11 21:15:05 +01:00
commit e8f7702a5d
9 changed files with 232 additions and 0 deletions

4
test/MyLibTest.hs Normal file
View File

@@ -0,0 +1,4 @@
module Main (main) where
main :: IO ()
main = putStrLn "Test suite not yet implemented."