Advertisement
n0t4dM1n

faggot machine

Nov 7th, 2012
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.27 KB | None | 0 0
  1. #include<stdio.h>
  2. int main(void)
  3. {
  4.     int i;
  5.     puts("Type 1 if you're a faggot.\nType 2 if you're not a faggot.");
  6.     scanf("%d" &i);
  7.     if (i == 1)
  8.     {
  9.         puts("Yep, you're a faggot.");
  10.     }
  11.     if (i == 2)
  12.     {
  13.         puts("Yeah I guess you're not a faggot.");
  14.     }
  15. return(0);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement