4 lines
No EOL
72 B
Text
4 lines
No EOL
72 B
Text
// XOR
|
|
|
|
def main(field x, field y) -> (field):
|
|
return x + y - 2 * x * y |