Run ❯
×
Change Orientation
Change Theme, Dark/Light
fun main() { var txt = "Hello World" println(txt.toUpperCase()) println(txt.toLowerCase()) }
HELLO WORLD
hello world