3 lines
74 B
Text
3 lines
74 B
Text
def main(u32 index, field[5] array) -> field {
|
|
return array[index];
|
|
}
|