aoc24: Add README.md
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
#include "fmt/format.h"
|
||||
|
||||
auto aoc24::day05([[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 5", std::errc::not_supported);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user