RosettaCodeData/Task/Hello-world-Text/Battlestar/hello-world-text.battlestar
2016-12-05 23:44:36 +01:00

3 lines
45 B
Text

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