Skip to content

Commit 94e39a6

Browse files
committed
Fix day 17 sources not showing up on web
1 parent 8d62389 commit 94e39a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aoc-solver/src/y2024/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl Solver for Y2024 {
9191
14 => include_str!("./day14.rs"),
9292
15 => include_str!("./day15.rs"),
9393
16 => include_str!("./day16.rs"),
94-
// 17 => include_str!("./day17.rs"),
94+
17 => include_str!("./day17.rs"),
9595
// 18 => include_str!("./day18.rs"),
9696
// 19 => include_str!("./day19.rs"),
9797
// 20 => include_str!("./day20.rs"),

0 commit comments

Comments
 (0)