Explore Library
KotlinIntroduction & Core Concepts

50 items

Code QuizBeginner

The fun keyword

Recognize the correct keyword for declaring functions.

Codekotlin
func greet() {
    println("Hi")
}

What is the bug in this code?