1
0
mirror of https://github.com/Dummi26/mers.git synced 2025-05-16 08:26:14 +02:00
mers/examples/01_Hello_Name.mers

4 lines
91 B
Plaintext
Executable File

"What's you name?".println
name := ().read_line.trim
("Hello, ", name, "!").concat.println