Files
kotlin-fork/compiler/testData/integration/ant/jvm/version/hello.kt
T

6 lines
49 B
Kotlin
Vendored

package hello
fun main() {
println("Yo!")
}