diff options
author | Andreas Grois <andi@grois.info> | 2021-12-08 16:25:25 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2021-12-08 16:25:25 +0100 |
commit | 901efa6ba337ba6a4b66b5598561ec2fd74d940f (patch) | |
tree | 9ec4dd0696bfb82b5ca8ce1b97b7ead238b308e8 /src/lib.rs | |
parent | 7ec9d735a10d7c3859bb53275b2e0df14a34ee11 (diff) |
First part of day 5
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ pub mod day1; pub mod day2; pub mod day3; pub mod day4; +pub mod day5; aoc_lib!{ year = 2021 } |