7 lines
52 B
Plaintext
Raw Normal View History

2024-07-28 15:42:51 +02:00
main() {
syscall(60, f(-32))
}
f(x) {
return -x
}