
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.
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.
Copyright © 2023 | WordPress Theme by MH Themes
Leave a Reply