func main[] : I64 let xs: Array = [[1, 2, 3], [4, 5, 6], [7, 8, 9]] for x in 0..3 for y in 0..3 print_i64(xs[y][x])