What will be the result of the program?
fun main(args: Array <String>) {
print(1)
}
fun main() {
print(2)
}What will be the result of the program?
fun main(args: Array <String>) {
print(1)
}
fun main() {
print(2)
}Create a free account to access the full topic