CodeCompiler
F
main.kt
>_
Live Console
Click Run to start

Kotlin Online Compiler

Write, Run & Share Kotlin code online for free. Kotlin is a modern, statically typed language that runs on the JVM and is officially supported by Google for Android.

Hello World

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