Guest User

Untitled

a guest
Jun 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     char* cstring="Hello, World!\n###CENSORED ANTI-GOVERNMENT PROPOGANDA\n";
  5.  
  6.     while (*cstring != '#') putchar(*cstring++);
  7.  
  8.     printf("that's all folks... move along nothing to see here\n");
  9.     return 0;
  10. }
Add Comment
Please, Sign In to add comment