하스켈은 이렇게 씁니다! 참 쉽죠!

main = do
  putStrLn "What is your name?"
  name <- getLine
  putStrLn ("Hello, " ++ name)
4

If you have a fediverse account, you can quote this note from your own instance. Search https://hackers.pub/ap/notes/01995a8d-2492-7791-8670-c470ca5eb493 on your instance and quote it. (Note that quoting is not supported in Mastodon.)