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");