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