q/examples/hello/hello.q

8 lines
No EOL
102 B
Text

main() {
write := 1
stdout := 1
exit := 60
syscall(write, stdout, 4194305, 3)
syscall(exit, 0)
}