summaryrefslogtreecommitdiff
path: root/2021/rust/day08
AgeCommit message (Collapse)Author
2021-12-08Simplify set operations of 2021day08cos
Performing operations on sets using operators, rather than the less ergonomic replaced methods, results readability improvements.
2021-12-08Add day08, 2021cos