Files
kotlin-fork/compiler/testData/integration/smoke/helloApp/hello.kt
T
2015-01-03 12:28:54 +03:00

6 lines
83 B
Kotlin
Vendored

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