So you have a function like this `fun getCarMakesS...
# getting-started
m
So you have a function like this
fun getCarMakesStartingWith(letter: Char): List<CarMake>
that you need to implement?