Kotlin - Basics and JVM Runtime
Find the error in this Kotlin program:
fun main(args: ArrayAssuming the program is run with only one argument.) { println(args[1]) }
