2 lines
No EOL
59 B
Text
2 lines
No EOL
59 B
Text
def main(field[3] a) -> (field):
|
|
return a[0] + a[1] + a[2] |