Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. main(argc, argv)
  2.     const int argc;
  3.     const char *argv[];
  4. {
  5.     whatthe("fuck");
  6. }
  7.  
  8. whatthe(fuck)
  9.     const char *fuck;
  10. {
  11.     printf("what the %s\n", fuck);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement