#include "aoc.hpp" #include "aoc/utils.hpp" #include "fmt/format.h" auto aoc24::day05([[maybe_unused]]std::span const& args) -> std::expected { return aoc::make_error("not implemented", std::errc::not_supported); }