Skip to content

Instantly share code, notes, and snippets.

@tomkrush
Created April 2, 2010 04:37
Show Gist options
  • Save tomkrush/352760 to your computer and use it in GitHub Desktop.
Save tomkrush/352760 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main (int argc, const char * argv[]) {
unsigned long value = 10000000001;
printf("Large Value %lu", value);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment