7 lines
52 B
Plaintext
Raw Normal View History

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