#include "aoc/aoc.hpp" #include "fmt/format.h" auto aoc::entry([[maybe_unused]]std::vector const& args) -> void { fmt::print("Hello, World!\n"); }