q/examples/hello/hello.q
2024-06-11 15:49:27 +02:00

5 lines
54 B
Plaintext

main() {
syscall(1, 1, 4194305, 3)
syscall(60, 0)
}