q/examples/hello/hello.q

9 lines
No EOL
100 B
Text

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