From 142a4327353110ea63ad842033fe548385e37f5e Mon Sep 17 00:00:00 2001 From: Daniel M Date: Fri, 9 Feb 2024 13:43:24 +0100 Subject: [PATCH] refactoring : Anpassung vom namen des Mathequiz --- src/main/duellist-spielesammlung-projekt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/duellist-spielesammlung-projekt.c b/src/main/duellist-spielesammlung-projekt.c index c7604d9..96cfbbe 100644 --- a/src/main/duellist-spielesammlung-projekt.c +++ b/src/main/duellist-spielesammlung-projekt.c @@ -384,8 +384,7 @@ int minesweeper() { return 1; } - -/*------------------------------------------------------------------------------------------*/ +/*--------------------MatheQuiz--------------------*/ int zufallszahl(int min, int max) {return rand() % (max - min + 1) + min;}