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

4 lines
45 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
const hello = "Hello world!\n"
print(hello)