git repos / blockattack-game

source/misc/embedded_libs/fmt-11.0.2/test/find-package-test/main.cc

browsing at commit = f9605e886bcbd33bde5559f5511bf18245d9f9e7

raw · blame · history

#include "fmt/format.h"

int main(int argc, char** argv) {
  for (int i = 0; i < argc; ++i) fmt::print("{}: {}\n", i, argv[i]);
}