From 7cdf65988b4f26505606db8ef70cdcf92cfb4be6 Mon Sep 17 00:00:00 2001 From: Kevin Schellberg Date: Sun, 4 Feb 2024 19:02:24 +0100 Subject: [PATCH] quizduell init --- src/quizduell.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/quizduell.c b/src/quizduell.c index e69de29..4cf1fe3 100644 --- a/src/quizduell.c +++ b/src/quizduell.c @@ -0,0 +1,13 @@ +#include "quizduell.h" +#include +#include +#include +#include + + +void quizduell() { + printf("Welcome to the singleplayer quizduell!\n"); + + return; + +} \ No newline at end of file