fun main() {
println("Greetings, QuickRef.ME!")
// Code goes here
}
The main() function is the starting point of every Kotlin program and must be included in the code before execution
Comments
fun main() {
println("Greetings, QuickRef.ME!")
// Code goes here
}
The main() function is the starting point of every Kotlin program and must be included in the code before execution