I just used `mutableListOf()`, but I suspect if I ...
# advent-of-code
t
I just used
mutableListOf()
, but I suspect if I had made it use
LinkedList
, I'd get it faster. Or a stack, I guess...