RosettaCodeData/Task/Hello-world-Text/Battlestar/hello-world-text.battlestar

4 lines
45 B
Plaintext

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