Skip to content

Commit

Permalink
Add day11
Browse files Browse the repository at this point in the history
  • Loading branch information
qselle committed Dec 11, 2024
1 parent 7f2ff77 commit 82cd3dc
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 1 deletion.
100 changes: 100 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ edition = "2021"
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
memoize = "0.4.2"
regex = "1.11.1"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use aoc_runner_derive::aoc_lib;

mod day1;
mod day11;

Check failure on line 4 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Check

file not found for module `day11`
mod day2;
mod day3;
mod day4;
mod day5;
mod day6;
mod day7;
mod day8;

aoc_lib! { year = 2024 }

0 comments on commit 82cd3dc

Please sign in to comment.