Advertisement
hugol

Untitled

Apr 24th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1.  
  2. #define THEN &&
  3. #define ELSE ||
  4. #define AND &&
  5. #define IF /**/
  6.  
  7. int main()
  8. {
  9.     IF 1 == 2 THEN
  10.         printf("tak ")
  11.             AND
  12.         printf("dziala dobrze")
  13.     ELSE
  14.     printf("nie!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement