mirror of
https://github.com/Dummi26/mers.git
synced 2025-04-28 18:16:05 +02:00
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
"What's you name?".println
|
|
name := ().read_line.trim
|
|
("Hello, ", name, "!").concat.println
|