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