hello world can be compiled

This commit is contained in:
Dmitry Jemerov
2011-03-24 16:50:37 +01:00
parent 58912bad3e
commit af4c777197
3 changed files with 64 additions and 14 deletions
+1
View File
@@ -0,0 +1 @@
fun f() { System.out?.println("Hello World"); }