Initial commit

This commit is contained in:
2020-05-26 22:38:58 +02:00
commit 2517e88d62
7 changed files with 368 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."