added some more sample scripts which run - with return types

This commit is contained in:
James Strachan
2012-03-18 10:09:00 +00:00
parent 297301d438
commit a1e4357767
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,6 @@
package language.mainint
fun main(args: Array<String>): Int {
println("Hello world: Int")
return 0
}