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