Update haskell.html.markdown

This commit is contained in:
ilyagr 2013-07-03 15:23:19 -07:00
parent a2c8246afc
commit a281916b56

View File

@ -356,7 +356,7 @@ action = do
-- We can use this just like `getLine` itself:
main = do
main'' = do
putStrLn "I will print two lines!"
result <- action
putStrLn result