Files
kotlin-fork/idea/testData/perfTest/helloKotlin/src/HelloMain2.kt
T
2019-06-19 11:39:29 +02:00

5 lines
63 B
Kotlin
Vendored

fun main(args: Array<String>) {
println("Hello World!")
}