8 lines
66 B
Plaintext
8 lines
66 B
Plaintext
init() {
|
|
main.main()
|
|
exit()
|
|
}
|
|
|
|
exit() {
|
|
syscall(0x2000001, 0)
|
|
} |