mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
4 lines
91 B
Plaintext
Executable File
4 lines
91 B
Plaintext
Executable File
"What's you name?".println
|
|
name := ().read_line.trim
|
|
("Hello, ", name, "!").concat.println
|