Initial commit

This commit is contained in:
2023-02-12 14:19:45 +02:00
commit ca7bf79c7d
17 changed files with 465 additions and 0 deletions

4
test/Main.hs Normal file
View File

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