Files
haskell/examineWhereTheIssueIs.hs

6 lines
119 B
Haskell
Raw Permalink Normal View History

2017-02-07 20:06:59 +00:00
ifa = do
putStr "Name: "
name <- getLine
if (name == "Koen")
then putStrLn "I think Debugging haskell is simple"