1 #include <fmt/core.h> 2 3 int main() { 4 fmt::print("Hello from fmt {}!\n", "shortlist"); 5 return 0; 6 }