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