Day 14 (Advent of Code 2020)

1 · · Dec. 30, 2020, 5 p.m.
It's time for the Day 14 problem! After the hassle that was Day 13, I hope this time we'll have a relatively chill time. And, at least for Part 1, that is true. Our input looks something like this: mask = XXXXXXXXXXXXXXXXXXXXXXXXXXXXX1XXXX0X mem[8] = 11 mem[7] = 101 mem[8] = 0 ...