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 0f5c0ff commit ad32c4aCopy full SHA for ad32c4a
rust/src/main.rs
@@ -95,6 +95,7 @@ fn imain() -> i32 {
95
(2017, 17, 1) => Ok(aoc::year2017::day17::part1),
96
(2017, 17, 2) => Ok(aoc::year2017::day17::part2),
97
(2017, 18, 1) => Ok(aoc::year2017::day18::part1),
98
+ (2017, 18, 2) => Ok(aoc::year2017::day18::part2),
99
(2017, 19, 1) => Ok(aoc::year2017::day19::part1),
100
(2017, 19, 2) => Ok(aoc::year2017::day19::part2),
101
// Year 2018.
0 commit comments