Skip to content

Instantly share code, notes, and snippets.

@auxiliary-character
Created December 19, 2012 08:10
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 auxiliary-character/4335210 to your computer and use it in GitHub Desktop.
Save auxiliary-character/4335210 to your computer and use it in GitHub Desktop.
Some proof for chunkydrunky and lolrsk8s_3
#include <stdio.h>
int n = 4294967295;
int main(void){
printf("%i\n",n);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment