Added test for main.

This commit is contained in:
Evgeny Gerashchenko
2012-02-13 21:07:09 +04:00
parent 5e408f13f5
commit 98db9c741f
3 changed files with 19 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
fun main(args : Array<String>) {
<caret>
}
View File