Menu
×
×
Correct!
Exercise:Insert the missing part of the code below to output "Hello World!".
fun main() {
println("Hello World")
}
Not CorrectClick here to try again. Correct!Next ❯() { println("Hello World") } |