Idris2/tests/chez/inlineiobind/Main.idr

6 lines
96 B
Idris
Raw Normal View History

2022-12-06 13:39:58 +03:00
main : IO ()
main = do
putStrLn "What is your name?"
nm <- getLine
putStrLn "Hello \{nm}"