Browse Source

Int game anfang

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

6
src/main/c/SchereSteinPapier.c

@ -2,3 +2,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>
#include <math.h> #include <math.h>
int game(char you, char computer)
{
if (you == '1' && computer == '1')
return -1;
}
Loading…
Cancel
Save