Files
kotlin-fork/compiler/testData/integration/ant/jvm/version/hello.kt
T
2015-01-03 12:28:54 +03:00

6 lines
69 B
Kotlin
Vendored

package hello
fun main(args : Array<String>) {
println("Yo!")
}