Guest User

Untitled

a guest
Jun 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. main ()
  2. {
  3. char answer;
  4.  
  5. printf("Hvem er homo?");
  6. scanf("%s", &answer);
  7.  
  8. printf("%s er homo!", answer);
  9. scanf("%s", &answer);
  10. return 1;
  11. }
Add Comment
Please, Sign In to add comment