Skip to content

Commit

Permalink
Adding arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
egalli committed Mar 18, 2015
1 parent 04b7dec commit 2d83390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Here is some code!
using std::cout;
using std::endl;

int main()
int main(int, char **)

This comment has been minimized.

Copy link
@egalli

egalli Mar 18, 2015

Author Owner

is this really needed?

{
cout << "hi" << endl;
return 0;
Expand Down

0 comments on commit 2d83390

Please sign in to comment.