Skip to content

Instantly share code, notes, and snippets.

@ted80
Created December 15, 2015 09:57
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 ted80/469a132b42c91821ee07 to your computer and use it in GitHub Desktop.
Save ted80/469a132b42c91821ee07 to your computer and use it in GitHub Desktop.
int main ()
{
for( int a = 10; a < 20; a = a + 1 )
{
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment