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;}