Skip to content

Instantly share code, notes, and snippets.

@aolo2
Created April 7, 2018 17:28
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 aolo2/ac6e93564a43571756b695fe1938981e to your computer and use it in GitHub Desktop.
Save aolo2/ac6e93564a43571756b695fe1938981e to your computer and use it in GitHub Desktop.
#include <cstdio>
int
main(void)
{
for (unsigned int i = 0; i < 5; ++i)
{
printf("%d\n", i);
}
return(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment