Hello World (Haskell)

closeup of backlit computer keyboard
main = do 
    putStrLn "Hello, World." 
    inputString <- getLine 
    putStrLn inputString

“Hello World” is a simple program commonly used to test a new development environment. It can also give you a quick taste of a new programming language.

Be the first to comment

Leave a Reply

Your email address will not be published.


*