it's easier to declare it with `MutableList` and d...
# announcements
k
it's easier to declare it with
MutableList
and do
map[1] += listOf(4)
or even
map[1] += 4