Skip to content

Instantly share code, notes, and snippets.

@CalebCurry
Created November 20, 2018 02:16
Show Gist options
  • Save CalebCurry/fa574b857f16868c7be4c15b763e8e20 to your computer and use it in GitHub Desktop.
Save CalebCurry/fa574b857f16868c7be4c15b763e8e20 to your computer and use it in GitHub Desktop.
for(; i >= 0; i = i - 2)
{
printf("%i\n", i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment