4 lines
No EOL
72 B
Text
4 lines
No EOL
72 B
Text
def main(field[2][2] mut a) -> field[2][2] {
|
|
a[1][1] = 42;
|
|
return a;
|
|
} |