This commit is contained in:
2024-02-29 13:03:15 +01:00
parent 9264a786cb
commit 908d24a712
9 changed files with 881 additions and 196 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."