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