Browse Source

3rd functional commit

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
3d22c908d8
  1. 8
      src/wwm.c

8
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;
}
Loading…
Cancel
Save