so only works if you change the above code: ``` fu...
# announcements
a
so only works if you change the above code:
Copy code
fun main(args:Array<String>) {
    (1..20)
      .map { generateRandomString(it) } 
      .forEach { println(it) }
}