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