Skip to content

Commit

Permalink
Removed ToDo and incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Betzendahl committed Sep 5, 2014
1 parent 9466043 commit b6541cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LambdaList.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import Network.Mail.SMTP

-- NICE TO HAVES:
-- --> ausführliche Dokumentation
-- --> Einlesen von "1.2" Euro oder so

-- Kung-Fu mit Typen

Expand Down Expand Up @@ -390,7 +389,7 @@ listLoop xs i = do
main :: IO ()
main = do hSetBuffering stdout NoBuffering

putStrLn "++ LambdaList v. 1.0 ++ \n\nWillkommen, User!"
putStrLn "++ LambdaList v. 1.1 ++ \n\nWillkommen, User!"
putStrLn "Dies ist ein automatisches Matelistenprogramm. Bitte beantworten Sie die Fragen auf dem Schirm.\n"
putStr "Scanne Verzeichnis nach vorhandener Mateliste ... "
l <- doesFileExist "./mateliste.txt"
Expand Down

0 comments on commit b6541cb

Please sign in to comment.