Files
kotlin-fork/compiler/integration-tests/testData/compileAndRunHelloApp/hello.kt
T
2012-11-28 15:20:56 +04:00

6 lines
83 B
Kotlin

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