how to create a 2D 3x3 list in kotin code example Example: 2d array in kotlin val array = Array(row) { IntArray(column) }