Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Created March 20, 2017 16:48
Show Gist options
  • Save AndyNovo/b9817db53827b7096f9289d463afac70 to your computer and use it in GitHub Desktop.
Save AndyNovo/b9817db53827b7096f9289d463afac70 to your computer and use it in GitHub Desktop.
Yet another version
#include "stdio.h"
int main() {
for (int i=0;i<5;printf("i = %d\n",i++)){}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment