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