3 lines
No EOL
65 B
Text
3 lines
No EOL
65 B
Text
def main(field[2][2] a) -> (field[2][2]):
|
|
a[1][1] = 42
|
|
return a |