From 6f5a4ba5aeacd4246723ab2e58dcac0ec3b9070a Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Wed, 7 Feb 2024 16:33:39 +0100 Subject: [PATCH] refactoring: 12 Kommentar und Zeichenausgabefehler behoben --- src/wwm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wwm.c b/src/wwm.c index a421933..1411160 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -3,6 +3,7 @@ #include #include "wwm.h" +// Deklaration aller Variablen int runde = 0; int geld = 0; int frage = 0; @@ -54,7 +55,7 @@ int ceingabe() { void wwm(){ - printf("Welcome to ´Who wants to be a millionaire?´ \n"); + printf("Welcome to Who wants to be a millionaire? \n"); printf("Choose your answer with the numbers 1-4! \n"); printf("If you want to stop and take the money, type in 5!\n");