Introduction to Kotlin
Get started with Kotlin by learning everything you need to know to create your first basic program!
StartKey Concepts
Review core concepts you need to learn to master this subject
The main()
Function
The main()
Function
fun main() {
// Code goes here
}
The main()
function is the starting off point of every Kotlin program and must be included in the code before execution.
Introduction to Kotlin
Lesson 1 of 1
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory