7 lines
52 B
Plaintext
7 lines
52 B
Plaintext
|
main() {
|
||
|
syscall(60, f(-32))
|
||
|
}
|
||
|
|
||
|
f(x) {
|
||
|
return -x
|
||
|
}
|