q/lib/core/core_linux_x86.q

8 lines
59 B
Plaintext

init() {
main.main()
exit()
}
exit() {
syscall(60, 0)
}