Structure of Kotlin Program

		//main function
		fun main(){
		//body
		println("Hello World!")
		}

How the code is executed?