5 lines
49 B
Plaintext
Raw Normal View History

2024-07-27 15:48:03 +00:00
main() {
a := -32
b := 64
syscall(60, a + b)
}