q/lib/core/core_linux_arm.q

8 lines
59 B
Plaintext

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