Run ❯
Get your
own
website
×
Change Orientation
fun main() { val name = "John" println("Hello " + name) }
Hello John