initial checkin from subversion
This commit is contained in:
5
examineWhereTheIssueIs.hs
Normal file
5
examineWhereTheIssueIs.hs
Normal file
@@ -0,0 +1,5 @@
|
||||
ifa = do
|
||||
putStr "Name: "
|
||||
name <- getLine
|
||||
if (name == "Koen")
|
||||
then putStrLn "I think Debugging haskell is simple"
|
||||
Reference in New Issue
Block a user