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

KOTLIN Reference: Kotlin Introduction

Quick reference for Kotlin Introduction.

Read time: 1 min • Words: 16
My Progress

KOTLIN Reference — Kotlin Introduction

Quick summary of Kotlin Introduction with syntax and example.

Syntax

fun main(){}

Example

fun main(){
  println("Hello Kotlin")
}