document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include <stdio.h>
  2. #include <limits.h>
  3.  
  4. main()
  5. {
  6.   printf("%i\\n", INT_MAX);
  7.   return 0;
  8. }
');