I've replaced now all the `(0..n).map {}` to `List...
# announcements
y
I've replaced now all the
(0..n).map {}
to
List(n) {}
👍 4