#include <fmt/core.h> #include <chrono> #include <thread> #include <string> int main(int argc, char* argv[]) { fmt::println("HELLO!"); }