diff options
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 } |
![]() |
index : aoc-2021 | |
My advent of code solutions. Might be good, might be bad. Might depend on other repos here. | Andreas Grois |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 1 |
@@ -6,5 +6,6 @@ pub mod day3; pub mod day4; pub mod day5; pub mod day6; +pub mod day7; aoc_lib!{ year = 2021 } |