Created
December 19, 2012 08:10
-
-
Save auxiliary-character/4335210 to your computer and use it in GitHub Desktop.
Some proof for chunkydrunky and lolrsk8s_3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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