Files
kotlin-fork/compiler/integration-tests/data/compileAndRunHelloApp/hello.kt
T
Stepan Koltsov cccff99d9e fix tests
2012-05-13 03:47:52 +04:00

6 lines
83 B
Kotlin

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