git repos / blockattack-game

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

browsing at commit = c4ae70b7fef57d66dd214a17bbab0351e7b95de8

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]);
}