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

6 lines
52 B
Kotlin
Vendored

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