document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. int main(int argc, char *argv[])
  2. {
  3.     puts("Hello World.");
  4.  
  5.     return 0;
  6. }
');