Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3.  
  4. void sayhello()
  5. {
  6.     printf("Hello World!\n");
  7. }