Skip to content

Instantly share code, notes, and snippets.

@MiyamonY
Created February 27, 2015 09:14
Show Gist options
  • Save MiyamonY/d5636aa71c930c753982 to your computer and use it in GitHub Desktop.
Save MiyamonY/d5636aa71c930c753982 to your computer and use it in GitHub Desktop.
main :: IO ()
main = do
return ()
return "HAHAHA"
line <- getLine
return "BLAH BLAH "
return 4
putStrLn line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment