SNIPPETS
My code snippet
EXAMPLES
Simple code
Asynchronous
Object-oriented
Functional
Ideal for tests
2.1.0
JVM
/** * You can edit, run, and share this code. * play.kotlinlang.org */ fun main() { println("Hello, world!!!") }