Explore Library
KotlinIntroduction & Core Concepts

50 items

Code QuizBeginner

Console output typo

Catch a common misspelling of the print function.

Codekotlin
fun main() {
    printLn("Hello")
}

What is the bug in this code?