git repos / blockattack-game

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

browsing at commit = 5bd8105f183142778e5d047004e7b7eca4f091f9

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