Kotlin: Introduction
Start learning Kotlin with a quick overview and Hello World.
Kotlin — Introduction
Overview
Kotlin is a JVM language used for Android and backend services.
Hello World
fun main(){
println("Hello, World!")
}
What you'll learn
- How to run Kotlin
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.