Try out your own Kotlin code!

Courtesy of Jetbrains Kotlin Playground.

Another great playground is UIUC CS 199: IKP Jeed Playground. It’s super fast and has great coroutine support.

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