This commit is contained in:
tth 2021-08-03 10:23:57 +02:00
parent 8874dfb569
commit 214305d24e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ int main(int argc, char *argv[])
int foo;
for (foo=0; foo<argc; foo++) {
printf("%3d %s\n", foo, argv[foo]);
printf(" %3d %s\n", foo, argv[foo]);
}
return 0;