5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
main() {
|
|
x := 2
|
|
y := 3
|
|
syscall(60, (x + y + (x + y) * (x + y)) / x / y + x + y)
|
|
} |