Run ❯
×
Change Orientation
Change Theme, Dark/Light
fun main() { val myText: String = "Hello World" System.out.println(myText) }
Hello World