Files
kotlin-fork/compiler/integration-tests/testData/ant/jvm/wrongArguments/hello.kt
T
2014-08-13 11:10:39 +04:00

5 lines
50 B
Kotlin

package hello
fun main(args : Array<String>) {
}