Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 417889b

Browse files
authored
Update main.cpp
1 parent afdc45a commit 417889b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using namespace std;
33

44
int main(int argc, char *argv[])
55
{
6-
for (int i=0; i<argc; i++) {
6+
for (int i=1; i<argc; i++) {
77
cout << argv[i] << endl;
88
}
99
return 0;

0 commit comments

Comments
 (0)