Browse Source

quizduell init

remotes/origin/Kevin
Kevin Schellberg 11 months ago
parent
commit
7cdf65988b
  1. 13
      src/quizduell.c

13
src/quizduell.c

@ -0,0 +1,13 @@
#include "quizduell.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
void quizduell() {
printf("Welcome to the singleplayer quizduell!\n");
return;
}
Loading…
Cancel
Save