Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     #include <stdio.h>
  2.  
  3.     #include <stdlib.h>
  4.  
  5.     int main () {
  6.  
  7.     printf("hello world");
  8.  
  9.     return 0;
  10.  
  11.     }