git repos / blockattack-game

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

browsing at commit = 4b21c89ce4a9ecb65e022e3078dc3ae4d7907eb3

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