diff --git a/src/wwm.c b/src/wwm.c index fca11ed..10dd33b 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -10,6 +10,12 @@ void wwm(){ printf("Welcome to ´Who wants to be a millionaire?´ \n"); printf("You are at stage %d and have %d $\n", runde, geld); -return; + const char* question[] = { + "Which planet is known as the `blue planet`?", + "What is the capital of Germany?", + "What is the largest desert in the world?" + }; + + return; }