kotlin array int
snippet in kotlin
kotlin array int
user6431
//type1
val nums = arrayOf(1, 2, 3, 4, 5)
println(Arrays.toString(nums))