Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1.  
  2. #include <stdio.h>
  3.  
  4.  
  5. int main() {
  6.  
  7. int thing<:1:>;
  8. thing<:0:>= 1;
  9. printf("%i", thing<:0:>);
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement