Browse Source

Int game if Fortsetzung1 tie

remotes/origin/Celine
Celine Khazarian 12 months ago
parent
commit
557f29abbf
  1. 2
      src/main/c/SchereSteinPapier.c

2
src/main/c/SchereSteinPapier.c

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