mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Update haskell.html.markdown
This commit is contained in:
parent
a2c8246afc
commit
a281916b56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user