Hello World (Haskell) August 1, 2018 Haskell Programming 0 main = do putStrLn “Hello, World.” inputString <- getLine putStrLn inputString