Skip to content

Instantly share code, notes, and snippets.

@oshiro-kazuma
Created December 6, 2014 04:32
Show Gist options
  • Save oshiro-kazuma/74a13441ea11cd807417 to your computer and use it in GitHub Desktop.
Save oshiro-kazuma/74a13441ea11cd807417 to your computer and use it in GitHub Desktop.
IOモナる
main = do
putStrLn "Hello, what's your name?"
name <- getLine
putStrLn ("Hello, " ++ name ++ "!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment