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