q/examples/hello/hello.q
2024-07-18 18:08:30 +02:00

9 lines
No EOL
100 B
Text

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