Run ❯
×
Change Orientation
Change Theme, Dark/Light
fun main() { val name = "John" println("Hello " + name) }
Hello John