google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: an error in "repeat" loop sample output #96

Open Qi-Ge opened 3 years ago

Qi-Ge commented 3 years ago

Describe the problem In page: https://developer.android.com/codelabs/kotlin-bootcamp-basics/#4 There's a sample code for "repeat", it use "println()" but without new line in output image

In which step of the codelab can this issue be found? Last output in Step 3

Steps to reproduce? Just run it in kotlinc interactive console.

Versions Kotlin version 1.3.72 (JRE 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)

Additional information Nope

codelab: kotlin-bootcamp