aoc24: Add README.md

This commit is contained in:
2024-12-09 00:12:55 +01:00
parent 5a02b90f85
commit a35123500e
7 changed files with 418 additions and 4 deletions

View File

@@ -3,5 +3,5 @@
#include "fmt/format.h"
auto aoc24::day08([[maybe_unused]]std::span<char const*> const& args) -> std::expected<void, aoc::error> {
return aoc::make_error("not implemented", std::errc::not_supported);
return aoc::make_error("day 8", std::errc::not_supported);
}