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