7 lines
52 B
Plaintext
7 lines
52 B
Plaintext
main() {
|
|
assert f(-32) == 32
|
|
}
|
|
|
|
f(x) {
|
|
return -x
|
|
} |