Skip to content

Instantly share code, notes, and snippets.

View Guutong's full-sized avatar
🏠
Working from home

Pornmongkon Pongsai Guutong

🏠
Working from home
  • 01:18 (UTC)
View GitHub Profile
@Guutong
Guutong / gist:89bd59afd1dc3f7084935f6e71ac7b5f
Created August 21, 2016 17:38 — forked from dodyg/gist:5823184
Kotlin Programming Language Cheat Sheet Part 1

#Intro

Kotlin is a new programming language for the JVM. It produces Java bytecode, supports Android and generates JavaScript. The latest version of the language is Kotlin M5.3

Kotlin project website is at kotlin.jetbrains.org.

All the codes here can be copied and run on Kotlin online editor.

Let's get started.