q/examples/hello/hello.q
2024-07-31 17:50:31 +02:00

9 lines
No EOL
102 B
Text

import sys
main() {
print("Hello\n", 6)
}
print(address, length) {
sys.write(1, address, length)
}