Run »
fun myFunction() { println("I just got executed!") } fun main() { myFunction() }
I just got executed!