Cosan  1.0
Data Analytics Library
fmtTest.cpp
Go to the documentation of this file.
1 #include <iostream>
2 #ifndef FMT_HEADER_ONLY
3 #define FMT_HEADER_ONLY
4 #endif
5 #include <fmt/format.h>
6 int main() {
7  std::cout<<fmt::format("The answer is {}.", 42)<<std::endl;
8  return 0;
9 }
main
int main()
Definition: fmtTest.cpp:6