Added solutions for Blatt 3 & Blatt 5

To compile and run Blatt5 just do a "stack build" and either

stack exec Blatt5-static

or

stack exec Blatt5-animated
This commit is contained in:
Stefan Dresselhaus
2016-07-25 04:05:30 +02:00
parent 003c995794
commit ff4826cc23
12 changed files with 10492 additions and 0 deletions

View File

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