Skip to content

Instantly share code, notes, and snippets.

@funrep
Created September 25, 2012 16:57
Show Gist options
  • Save funrep/3783135 to your computer and use it in GitHub Desktop.
Save funrep/3783135 to your computer and use it in GitHub Desktop.
#include <stdio.h>
main()
{
int i;
int = 10;
for (i = 0; i < 10; ++i)
printf("%d\n", i);
printf("%d\n", i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment