KOTLIN Reference: Kotlin Introduction
Quick reference for Kotlin Introduction.
KOTLIN Reference — Kotlin Introduction
Quick summary of Kotlin Introduction with syntax and example.
Syntax
fun main(){}
Example
fun main(){
println("Hello Kotlin")
}