mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-02 15:11:43 +01:00
Improve coding style consistency
This commit is contained in:
6
test/add-subdirectory-test/main.cc
Normal file
6
test/add-subdirectory-test/main.cc
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "cppformat/format.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
for(int i = 0; i < argc; ++i)
|
||||
fmt::print("{}: {}\n", i, argv[i]);
|
||||
}
|
||||
Reference in New Issue
Block a user