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