4 lines
79 B
Text
4 lines
79 B
Text
|
|
fun main(args: Array<String>) {
|
||
|
|
println(arrayOf("apple", "orange").size)
|
||
|
|
}
|