RosettaCodeData/Task/Hello-world-Text/Battlestar/hello-world-text.battlestar
2023-07-01 13:44:08 -04:00

3 lines
45 B
Text

const hello = "Hello world!\n"
print(hello)