summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2018-12-05Added a convenient debug macroJustin Worthe
Prints the expression along with it's value. Thanks to Steve Donovan for giving me the idea at the Rust meetup!
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.