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