summaryrefslogtreecommitdiff
path: root/src/bin/day_1.rs
AgeCommit message (Collapse)Author
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-12-01More functional take on day 1Justin Worthe
2018-12-01Day 1Justin Worthe
2018-11-17Initial scaffolding for doing advent of code challengesJustin Worthe
Mostly just having a project and a convenient way of reading in a file.