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