Comprehension

Report a typo

What will be the result of the program?

fun main(args: Array <String>) {
    print(1)
}

fun main() {
    print(2)
}
Select one option from the list
___

Create a free account to access the full topic