Browse Source

Int game if Fortsetzung2 tie

remotes/origin/Celine
Celine Khazarian 11 months ago
parent
commit
1abf8d03bf
  1. 2
      src/main/c/SchereSteinPapier.c

2
src/main/c/SchereSteinPapier.c

@ -9,4 +9,6 @@ int game(char you, char computer)
return -1;
if (you == '2' && computer == '2')
return -1;
if (you == '3' && computer == '3')
return -1;
}
Loading…
Cancel
Save