summaryrefslogtreecommitdiff
path: root/src/bin/day_20.rs
AgeCommit message (Collapse)Author
2018-12-20More targeted dedup on day 20Justin Worthe
2018-12-20Day 20: Regex pathfindingJustin Worthe
2018-12-01Updated template to run in release modeJustin Worthe
I'm trying to practice more functional idioms in Rust, and they tend to be slower than expected if you're running in debug mode.
2018-11-17Scaffolded out files for each day of the advent of codeJustin Worthe
These don't really do anything except make it a bit easier and faster to start the day's challenge.