implemented the program

This commit is contained in:
vegowotenks 2024-09-26 23:58:27 +02:00
commit 807ea6f130
16 changed files with 517 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"