diff options
author | Andreas Grois <andi@grois.info> | 2021-12-13 00:10:26 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2021-12-13 00:10:26 +0100 |
commit | 9f9794f8b91d5a1a1789777d5b4f0d6769ab359a (patch) | |
tree | 534d00fd658b3626621265b8025f9014f2d7c6d5 /src/lib.rs | |
parent | 8d78f7ca979c9c9cc386c30550bcf81c3c845971 (diff) |
Part 1 of day 7 plus some thoughts on part 2
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ pub mod day3; pub mod day4; pub mod day5; pub mod day6; +pub mod day7; aoc_lib!{ year = 2021 } |