How to get user input from the keyboard (standard input) and use it in your programs.

How to get user input from the keyboard (standard input) and use it in your programs.
main = do putStrLn “Hello, World.” inputString <- getLine putStrLn inputString
Copyright © 2023 | WordPress Theme by MH Themes