#include #include int main() { int x; std::cout << x; fmt::print("Hello from {} using fmt {}\n", "tut1", FMT_VERSION); return 0; }