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