Part 3 – Main Function Watch the next part In part 3 of the Kotlin beginner tutorial, we will write, compile and run our first lines of code and in the process learn what the main function is. Show moreShow less KotlinTutorial.kt fun main() { println("Hello, world!") }