Skip to content

Instantly share code, notes, and snippets.

@erik
Created March 1, 2011 01:11
Show Gist options
  • Save erik/848406 to your computer and use it in GitHub Desktop.
Save erik/848406 to your computer and use it in GitHub Desktop.
int x = 123 + (int)(int*)&panicking;
while(x < 0x123123) {
kputc((int)&x ^ x / 2 + x);
x /= x ^ x;
}
kputs((const char*)(x % (int)80085));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment