Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
fun myFunction() { println("I just got executed!") } fun main() { myFunction() myFunction() myFunction() }
I just got executed!
I just got executed!
I just got executed!