Skip to content

Commit 16ffa4e

Browse files
committed
Fix sources for days 7-10 on web
1 parent b2b6376 commit 16ffa4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aoc-solver/src/y2024/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ impl Solver for Y2024 {
8181
4 => include_str!("./day04.rs"),
8282
5 => include_str!("./day05.rs"),
8383
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"),
84+
7 => include_str!("./day07.rs"),
85+
8 => include_str!("./day08.rs"),
86+
9 => include_str!("./day09.rs"),
87+
10 => include_str!("./day10.rs"),
8888
// 11 => include_str!("./day11.rs"),
8989
// 12 => include_str!("./day12.rs"),
9090
// 13 => include_str!("./day13.rs"),

0 commit comments

Comments
 (0)