Skip to content

Instantly share code, notes, and snippets.

@calmofthestorm
Created January 12, 2014 03:53
Show Gist options
  • Save calmofthestorm/8380593 to your computer and use it in GitHub Desktop.
Save calmofthestorm/8380593 to your computer and use it in GitHub Desktop.
// Put cursor at start of file and execute this: 6jwgc2jgc2jgc2j
#include <stdio.h>
int main()
{
int i;
for (i = 0; i < 3; ++i) {
printf("i is %i.\n", i);
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment