Files
kotlin-fork/build-tools/test/hello/1/Hello.kt
T

3 lines
73 B
Kotlin

fun main(args : Array<String>) {
System.out?.println("Hello, world!")
}