<Such code has application now?- code (args : Arra...
# stackoverflow
u
Such code has application now?- code (args : Array&lt;String&gt;) Question. For a new student who has just started learning the Kotlin programming language- no longer need to know about this code (args : Array) fun main(args : Array) ? since Starting with Kotlin 1.3, the explicit Array can be omitted, but it will still be available in bytecode. A new Kotlin student can just know the code - fun main(){} and that's it? or do you need to know fun main(args : Array) , since such code has application now? Thank you in advance for the answer.