Main methods using varargs

suggest change

All of these main method styles can also be used with varargs:

package my.program

fun main(vararg args: String) {
    println("Hello, world!")
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents