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