@ -32,5 +32,7 @@ int Modus1() {
char you = 'Y', computer, Lösung;
srand(time(NULL));
n = rand() % 100;
if (n < 33) {
computer = '2';
}