google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

Lesson 1.2 Kotlin Basics issue: #228

Open fhajji opened 2 months ago

fhajji commented 2 months ago

Replace println(java.util.Arrays.toString(school)) with println(school.contentToString()) throughout the whole lesson.