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