diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ use aoc_runner_derive::aoc_lib; pub mod day1; +pub mod day2; 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 |
@@ -1,5 +1,6 @@ use aoc_runner_derive::aoc_lib; pub mod day1; +pub mod day2; aoc_lib!{ year = 2021 } |