Skip to content

Commit

Permalink
Fix displaying correctly day 19 sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiac committed Dec 19, 2023
1 parent 433c952 commit 162efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aoc-solver/src/y2023/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Solver for Y2023 {
16 => include_str!("./day16.rs"),
17 => include_str!("./day17.rs"),
18 => include_str!("./day18.rs"),
19 => include_str!("./day18.rs"),
19 => include_str!("./day19.rs"),
_ => unimplemented!(),
}
}
Expand Down

0 comments on commit 162efd4

Please sign in to comment.