summaryrefslogtreecommitdiff
path: root/2019/rust/day03/src
AgeCommit message (Collapse)Author
2019-12-03Add day03, 2019cos
Implemented with the wire map as a newtype based on BTreeMap. Not necessarily the best choice, but it was fun to write.