Skip to content

Instantly share code, notes, and snippets.

@gartnera
Last active October 21, 2015 20:19
Show Gist options
  • Save gartnera/252f8c487adf3bb25683 to your computer and use it in GitHub Desktop.
Save gartnera/252f8c487adf3bb25683 to your computer and use it in GitHub Desktop.
Assignment 5 Examples
int i;
for (i = 0; i < 10; ++i)
{
printf(" *");
}
printf("\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment