aoc: 2024 bk

This commit is contained in:
2025-12-02 09:13:23 +01:00
parent da8a4cc5de
commit c238e9b4fb
6 changed files with 139 additions and 41 deletions

View File

@@ -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);