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
test/MyLibTest.hs Normal file
View File

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