Skip to content

Instantly share code, notes, and snippets.

@wb
Created July 30, 2012 22:03
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 wb/3210762 to your computer and use it in GitHub Desktop.
Save wb/3210762 to your computer and use it in GitHub Desktop.
Loopy C
#include <stdio.h>
#include <stdlib.h>
void main(int j) {
printf("%d\n", j);
(main + (exit - main)*(j/1000))((j+1) % 1001);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment