4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
#!/usr/bin/bts
|
|
const hello = "Hello World\n"
|
|
print(hello)
|
#!/usr/bin/bts
|
|
const hello = "Hello World\n"
|
|
print(hello)
|