her.esy.fun/src/posts/0010-Haskell-Now/name.hs
Yann Esposito (Yogsototh) 5be92b888d wip
2019-12-23 00:01:06 +01:00

5 lines
97 B
Haskell

main = do
print "What is your name?"
name <- getLine
print ("Hello " ++ name ++ "!")