diff --git a/src/main/c/SchereSteinPapier.c b/src/main/c/SchereSteinPapier.c index a92f7cd..9e67570 100644 --- a/src/main/c/SchereSteinPapier.c +++ b/src/main/c/SchereSteinPapier.c @@ -32,5 +32,7 @@ int Modus1() { char you = 'Y', computer, Lösung; srand(time(NULL)); n = rand() % 100; - + if (n < 33) { + computer = '2'; + } } \ No newline at end of file