Using arguments

Report a typo

The program is started with 1 program argument.

Write a program that takes an argument which we will call <name> and prints “Hello, <name>!”.

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

Create a free account to access the full topic