Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include<stdio.h>
  2.  
  3. #ifndef STR
  4. #define STR "HELLO"
  5. #endif
  6.  
  7. int main()
  8. {
  9. printf(STR "WORLD n");
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement