a723fc113a15a41d07e97175aa8e2acc1f52207f
This one was pretty straightforward and completes the "Game of Life" AoC bingo square. Part 2 felt a little tedious insofar as there wasn't much problem solving to do, just push the part 1 solution into a map/dictionary and implement the new adjacency logic per the spec.
Advent of Code 2019
My solutions to Advent of Code 2019.
Description
Languages
Go
100%