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