5 lines
No EOL
49 B
Text
5 lines
No EOL
49 B
Text
main() {
|
|
a := -32
|
|
b := 64
|
|
syscall(60, a + b)
|
|
} |