Advertisement
Guest User

Untitled

a guest
Mar 9th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include "stdio.h"
  2.  
  3. #define hello()
  4.  
  5. main(){
  6.       hello();
  7.       }
  8.      
  9. hello(){
  10.        printf("Hello World);
  11.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement