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