Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created January 20, 2010 23:27
Show Gist options
  • Select an option

  • Save jpoz/282406 to your computer and use it in GitHub Desktop.

Select an option

Save jpoz/282406 to your computer and use it in GitHub Desktop.
int max = 5;
int i = 0;
for(i = 0; i < max;i++){
printf("Tim!\n",i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment