Change program arguments

Report a typo

The code is started with 1 program argument.

Write the code in the main() function that displays the string passed as an argument to the program.

Write a program in Kotlin
fun main(args: Array<String>) {
TODO()
}
___

Create a free account to access the full topic