In Kotlin, class names start with a capital letter.

How might we name this class correctly?

Boom! Capitalized class names help us identify classes so that we can read and write code better.

Whoops! We'll need to start class names with a capital letter.