aoc: 2024 bk
This commit is contained in:
@@ -30,7 +30,7 @@ auto entry([[maybe_unused]]std::span<char const*> const& args) -> std::expected<
|
||||
case 10: return day10(args);
|
||||
// case 11: return day11(args);
|
||||
case 14: return day14(args);
|
||||
case 16: return day16(args);
|
||||
// case 16: return day16(args);
|
||||
case 17: return day17(args);
|
||||
default:
|
||||
return aoc::make_error(fmt::format("day {}", day), std::errc::not_supported);
|
||||
|
||||
Reference in New Issue
Block a user