mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-03 23:51:41 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "fmt/core.h"
 | 
						|
 | 
						|
int main(int argc, char** argv) {
 | 
						|
  for (int i = 0; i < argc; ++i) fmt::print("{}: {}\n", i, argv[i]);
 | 
						|
}
 |