Skip to content

Instantly share code, notes, and snippets.

@Mic92
Created May 15, 2018 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/c4577992c768d3c6743a7c15b0183c50 to your computer and use it in GitHub Desktop.
Save Mic92/c4577992c768d3c6743a7c15b0183c50 to your computer and use it in GitHub Desktop.
int main(int argc, char** argv) {
for (int i = 0; i < argc; i++) {
printf("value: %d\n");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment