document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include <stdio.h>
  2. char *program = "#include <stdio.h>%cchar *program = %c%s%c;%cint main()%c{%c     printf(program, 10, 34, program, 34, 10, 10, 10, 10, 10, 10);%c     return 0;%c}%c";
  3. int main()
  4. {
  5.      printf(program, 10, 34, program, 34, 10, 10, 10, 10, 10, 10);
  6.      return 0;
  7. }
');