From d3b5c4e2ff1345a3f3c85469b12ec6522ff0b41f Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Thu, 8 Feb 2024 02:06:05 +0100 Subject: [PATCH] function holeSpielerAntwort --- src/main/c/Mathe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index e61fcd3..b7fcb87 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -29,7 +29,8 @@ void spieleRunde(int schwierigkeitsgrad); void zeigeAnleitung(); //12 void zeigeHighscore(int punkte); - +//13 +int holeSpielerAntwort();