Menu
×
×
Correct!
Exercise:Insert the missing parts to create a function with the name
fun myFunction() {
println("I just got executed!")
}
Not CorrectClick here to try again. Correct!Next ❯{ println("I just got executed!") } |