Guest User

Untitled

a guest
Apr 26th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.38 KB | None | 0 0
  1. #ifdef _WIN32
  2. #define xo "\x0d\x0a"
  3. #elif __linux__
  4. #define xo "\x0a"
  5. #else
  6. #define xo "\x0d"
  7. #endif
  8. #include <stdio.h>
  9. _(int __){while(__){printf("\x2a\x20");__--;}printf(xo);}__(int _){while(_){printf("\x20");_--;}}main(){int x2a=0xd,x20=0x11%16,x0d=x20;while(x2a){__(x2a--);_(x20++);x0d++;if(!(x0d%7)){x2a++;x20--;x2a++;x20--;x0d++;};}__(x20-2);printf("\x7c\x5f\x7c%s",xo);}
Add Comment
Please, Sign In to add comment