Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
fun main() { val x = 5 val y = 6 println(x + y) // Print the value of x + y }
11