Skip to content

Instantly share code, notes, and snippets.

View DalitsoOttorino's full-sized avatar
🎯
Focusing

DalitsoOttorino

🎯
Focusing
View GitHub Profile
@DalitsoOttorino
DalitsoOttorino / gist:d5cd7a1b1ddeec848e72de63ff0e4815
Created December 10, 2023 12:50 — 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.