Revert "Added Aufgabe 4"

This reverts commit aab564e716.
This commit is contained in:
Yannick Gottschalk
2017-04-30 23:45:31 +02:00
parent aab564e716
commit 22717263bb
25 changed files with 1164 additions and 287 deletions

6
app/Aufgabe1Main.hs Normal file
View File

@ -0,0 +1,6 @@
module Main where
import Aufgabe1
main :: IO ()
main = putStrLn result

6
app/Aufgabe2Main.hs Normal file
View File

@ -0,0 +1,6 @@
module Main where
import Aufgabe2
main :: IO ()
main = putStrLn result

6
app/Aufgabe3Main.hs Normal file
View File

@ -0,0 +1,6 @@
module Main where
import Aufgabe3
main :: IO ()
main = putStrLn result