Skip to content

Commit

Permalink
Fix sources for days 7-10 on web
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiac committed Dec 11, 2024
1 parent b2b6376 commit 16ffa4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aoc-solver/src/y2024/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ impl Solver for Y2024 {
4 => include_str!("./day04.rs"),
5 => include_str!("./day05.rs"),
6 => include_str!("./day06.rs"),
// 7 => include_str!("./day07.rs"),
// 8 => include_str!("./day08.rs"),
// 9 => include_str!("./day09.rs"),
// 10 => include_str!("./day10.rs"),
7 => include_str!("./day07.rs"),
8 => include_str!("./day08.rs"),
9 => include_str!("./day09.rs"),
10 => include_str!("./day10.rs"),
// 11 => include_str!("./day11.rs"),
// 12 => include_str!("./day12.rs"),
// 13 => include_str!("./day13.rs"),
Expand Down

0 comments on commit 16ffa4e

Please sign in to comment.