fun myFun(){ print("Моя первая функция!") } fun main(){ myFun() }