From a95145eeda57c064433974248c5a092489c0a81a Mon Sep 17 00:00:00 2001 From: fdai7403 Date: Fri, 3 Feb 2023 21:17:26 +0100 Subject: [PATCH] =?UTF-8?q?refactoring:=20Platz=20zwischen=20Rechnen=20Lev?= =?UTF-8?q?el=207=20behoben=20und=20Fragen=20und=20Einr=C3=BCckung=20ge?= =?UTF-8?q?=C3=A4ndert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 7f95bbe..fe9edda 100644 --- a/src/main.c +++ b/src/main.c @@ -664,8 +664,7 @@ int main() Question rechnenQst82= {.question = "11 x 12", .answer = "132"}; Question rechnenQst83= {.question = "2 x 4", .answer = "8"}; Question rechnenQst84= {.question = "3 x 5 ", .answer = "15"}; - - Level rechnenlevel7 = + Level rechnenlevel7 = { .questions = {