4 lines
58 B
Plaintext
Raw Permalink Normal View History

2016-05-20 18:08:23 +02:00
#!/usr/bin/bts
const hello = "Hello World\n"
2016-05-20 18:08:23 +02:00
print(hello)