4 lines
74 B
Text
4 lines
74 B
Text
def main() -> field {
|
|
field[4] a = [1, 2, 42, 55];
|
|
return a[2];
|
|
}
|