Files
kotlin/compiler/testData/codegen/helloWorld.jet
2011-10-20 16:21:18 +02:00

2 lines
48 B
Plaintext

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