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 8d62389 commit 94e39a6Copy full SHA for 94e39a6
aoc-solver/src/y2024/mod.rs
@@ -91,7 +91,7 @@ impl Solver for Y2024 {
91
14 => include_str!("./day14.rs"),
92
15 => include_str!("./day15.rs"),
93
16 => include_str!("./day16.rs"),
94
- // 17 => include_str!("./day17.rs"),
+ 17 => include_str!("./day17.rs"),
95
// 18 => include_str!("./day18.rs"),
96
// 19 => include_str!("./day19.rs"),
97
// 20 => include_str!("./day20.rs"),
0 commit comments