We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b6376 commit 16ffa4eCopy full SHA for 16ffa4e
aoc-solver/src/y2024/mod.rs
@@ -81,10 +81,10 @@ impl Solver for Y2024 {
81
4 => include_str!("./day04.rs"),
82
5 => include_str!("./day05.rs"),
83
6 => include_str!("./day06.rs"),
84
- // 7 => include_str!("./day07.rs"),
85
- // 8 => include_str!("./day08.rs"),
86
- // 9 => include_str!("./day09.rs"),
87
- // 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"),
88
// 11 => include_str!("./day11.rs"),
89
// 12 => include_str!("./day12.rs"),
90
// 13 => include_str!("./day13.rs"),
0 commit comments