Explore Library
KotlinIntroduction & Core Concepts

50 items

Code QuizBeginner

The main entry point

Identify the exact name required for the program entry point.

Codekotlin
fun Main() {
    println("Start")
}

What is the bug in this code?