1 line
101 B
Kotlin
1 line
101 B
Kotlin
var a : Array<IntArray?>? = array<IntArray?>(intArray(1, 2, 3), intArray(4, 5, 6), intArray(7, 8, 9)) |