aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-12-13 00:10:26 +0100
committerAndreas Grois <andi@grois.info>2021-12-13 00:10:26 +0100
commit9f9794f8b91d5a1a1789777d5b4f0d6769ab359a (patch)
tree534d00fd658b3626621265b8025f9014f2d7c6d5 /src/lib.rs
parent8d78f7ca979c9c9cc386c30550bcf81c3c845971 (diff)
Part 1 of day 7 plus some thoughts on part 2
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a558ff4..57eff9a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,5 +6,6 @@ pub mod day3;
pub mod day4;
pub mod day5;
pub mod day6;
+pub mod day7;
aoc_lib!{ year = 2021 }