diff options
author | Andreas Grois <andi@grois.info> | 2021-12-02 22:59:21 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2021-12-02 23:44:32 +0100 |
commit | f8ddfd88376e57fd85a9ed59f0743f11b0b4e8e4 (patch) | |
tree | 1b7f882bf94abe0a0aa480fa0725f9f23cb3ec5b /src/lib.rs | |
parent | 48e7a6537dc2b0411db18705af5c95062a901d03 (diff) |
Day 2 and some additional Day 1 solutions
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 } |