#include #include "hack/logger/logger.hpp" #include "hack/macros/macros.hpp" auto main(int argc, char *argv[]) -> int { std::string s { MAKE_STR(test) }; hack::log()(s); }