summaryrefslogtreecommitdiff
path: root/src/bin/day_24.rs
AgeCommit message (Collapse)Author
2020-01-12Fractal descent of bugsJustin Wernick
2020-01-12Refactor buggy game of life to use Set instead of VectorJustin Wernick
This sets me up for the infinite play space of part 2
2020-01-11Day 24: bugs of lifeJustin Wernick