Files
kotlin-fork/idea/testData/checker/js/helloWorld.kt
T
Nikolay Krasko e94843b7b3 JS checker tests
2013-04-03 18:18:03 +04:00

3 lines
60 B
Kotlin

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