#include "fmt/format.h" auto main([[maybe_unused]]int argc, [[maybe_unused]]char const* argv[]) -> int { fmt::print("Hello, World!\n"); return 0; }