Browse Source

7th functional commit

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
fe4b517208
  1. 6
      src/wwm.c

6
src/wwm.c

@ -31,6 +31,12 @@ void wwm(){
srand(time(0));
int frage = rand() % 5;
printf("Question %d: %s\n", runde + 1, question[frage]);
for (int i = 0; i < 4; i++) {
printf("%d. %s \n", i + 1, answers[frage][i]);
return;
}
Loading…
Cancel
Save