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