Advertisement
Guest User

Untitled

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