``` repeat(3) { println(it)} 012 ``` mmmh… is that...
# announcements
c
Copy code
repeat(3) { println(it)}
012
mmmh… is that just the Kotlin REPL eating the new lines?