diff --git a/duellist-spielesammlung-projekt.exe b/duellist-spielesammlung-projekt.exe index 66b52e7..bb5a425 100644 Binary files a/duellist-spielesammlung-projekt.exe and b/duellist-spielesammlung-projekt.exe differ diff --git a/duellist-spielesammlung-projekt/src/duellist-spielesammlung-projekt.c b/duellist-spielesammlung-projekt/src/duellist-spielesammlung-projekt.c index 7fd5cc0..c23f65d 100644 --- a/duellist-spielesammlung-projekt/src/duellist-spielesammlung-projekt.c +++ b/duellist-spielesammlung-projekt/src/duellist-spielesammlung-projekt.c @@ -19,6 +19,7 @@ int minesweeper() { scanf("%d", &breite); int anzahl_minen = berechneMinen(hoehe, breite); printf("Das Spielfeld ist >%d< gross und hat eine Breite von >%d<\n", hoehe, breite); + printf("Es gibt %d Minen auf dem Spielfeld.\n", anzahl_minen); return 1; }