3 lines
No EOL
60 B
Text
3 lines
No EOL
60 B
Text
def main(field a, field b) -> bool {
|
|
return !(a == b);
|
|
} |