3c859caf2b
Move j2k/test/tests -> j2k/tests, j2k/test/testData -> j2k/testData
4 lines
70 B
Kotlin
Vendored
4 lines
70 B
Kotlin
Vendored
val array = IntArray(10)
|
|
for (i in array.indices) {
|
|
array[i] = i
|
|
} |