The countdown

Report a typo

Here is a program. Uncomment some lines so that it outputs:

three!
two!
one!
go!
Write a program in Kotlin
fun main() {
/*
println("three!")
// println("two!")
println("one!")
// println("go!")
*/
println("go!")
}
___

Create a free account to access the full topic