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