Cosan  1.0
Data Analytics Library
fmtTest.cpp File Reference
#include <iostream>
#include <fmt/format.h>

Go to the source code of this file.

Macros

#define FMT_HEADER_ONLY
 

Functions

int main ()
 

Macro Definition Documentation

◆ FMT_HEADER_ONLY

#define FMT_HEADER_ONLY

Definition at line 3 of file fmtTest.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 6 of file fmtTest.cpp.

6  {
7  std::cout<<fmt::format("The answer is {}.", 42)<<std::endl;
8  return 0;
9 }