~nilium/aoc2021

day3: Implement part 2

Implement part 2 by doing repeated retain calls on the data. This could
be done better, but I don't really feel like doing that much more on
it.
day3: Initial commit of part 1
day2: Replace parse code with pest

Replace parse code with pest for the heck of it.
Initial commit