3 lines
No EOL
69 B
Text
3 lines
No EOL
69 B
Text
def main(field x) -> field:
|
|
field y = x + 2 == 3 ? 1 : 5
|
|
return y |