Prepare haskell solutions

This commit is contained in:
Joscha 2019-12-05 08:46:23 +00:00
parent 3903907973
commit acf0e97b86
10 changed files with 149 additions and 0 deletions

2
hs/test/Spec.hs Normal file
View file

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