Support main entry-point without arguments in JVM
#KT-26574 In Progress
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package Hello
|
||||
|
||||
fun main() {
|
||||
System.out.println("Hello!")
|
||||
}
|
||||
Reference in New Issue
Block a user