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