added some more sample scripts which run - with return types
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package language.mainint
|
||||
|
||||
fun main(args: Array<String>): Int {
|
||||
println("Hello world: Int")
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user