basic code

This commit is contained in:
qvalentin 2021-06-25 16:41:42 +02:00
parent f7c577fa9f
commit 3661cf237d
11 changed files with 300 additions and 0 deletions

2
test/Spec.hs Normal file
View file

@ -0,0 +1,2 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"