@ -20,4 +20,6 @@ int game(char you, char computer)
return 0;
if (you == '3' && computer == '1')
else if (you == '1' && computer == '3')
return 1;
}