Files
kotlin/compiler/testData/codegen/helloWorld.kt
2013-01-24 21:12:27 +04:00

2 lines
48 B
Kotlin

fun f() { System.out?.println("Hello World"); }