DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Kotlin

Lessons available

core Extensions: .kt, .kts Official docs ↗
Open lessons References Exercises Examples Back to Languages
Summary

Kotlin is a JVM language used for Android and backend services.

Slug
kotlin
Tier
core
Extensions
.kt, .kts
Hello World
fun main(){
  println("Hello, World!")
}

Tip: you can expand this page later with official docs + trusted references.