Hi, What is the issue if I have a Kotlin scripts `Main.kts` w/ only `fun main(args: Array<String&...
p
Hi, What is the issue if I have a Kotlin scripts
Main.kts
w/ only
fun main(args: Array<String>) { println("Hello Kotlin") }
and it gives
error: array is empty. (Main.kts): java.util.NoSuchElementException: Array is empty.
?