document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main(void){
  4.  
  5.     system("color FC");
  6.     printf("Hello Funny C\\n");
  7.  
  8.     return 0;
  9. }
');