From be7ae9026b7eecf72049f12bd81420c31a0eda0a Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 19:18:59 +0100 Subject: [PATCH] Refactoring: Code viel kurzer gehalten --- src/main/duellist-spielesammlung-projekt.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/duellist-spielesammlung-projekt.c b/src/main/duellist-spielesammlung-projekt.c index 5f57a52..88a0eaf 100644 --- a/src/main/duellist-spielesammlung-projekt.c +++ b/src/main/duellist-spielesammlung-projekt.c @@ -449,10 +449,7 @@ int squareRoot(int number) { } void displayMenu() { - printf("\nHauptmenü:\n"); - printf("1. Spiel starten\n"); - printf("2. Beenden\n"); - printf("Auswahl treffen: "); + printf("\nHauptmenü:\n1. Spiel starten\n2. Beenden\nAuswahl treffen: "); } int getUserChoice() {