Browse Source

Willkommensnachricht

remotes/origin/Pascal
Pascal Schneider 11 months ago
parent
commit
36ae29aa2e
  1. 5
      src/timequiz.c

5
src/timequiz.c

@ -5,3 +5,8 @@
#include "timequiz.h" #include "timequiz.h"
void timequiz(); void timequiz();
void timequiz() {
printf("Welcome to our Time Quiz!\n");
printf("You have 60 seconds to answer the questions. Have fun!\n");
}
Loading…
Cancel
Save