Files
haskell/examineWhereTheIssueIs.hs
2017-02-07 20:06:59 +00:00

6 lines
119 B
Haskell

ifa = do
putStr "Name: "
name <- getLine
if (name == "Koen")
then putStrLn "I think Debugging haskell is simple"