From bb072b154c41944d6219ac88d3f116bb76395db6 Mon Sep 17 00:00:00 2001
From: Christian Reum <christian.reum1@informatik.hs-fulda.de>
Date: Sun, 4 Feb 2024 16:36:07 +0100
Subject: [PATCH] 1st functional commit

---
 src/wwm.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/wwm.c b/src/wwm.c
index e69de29..3a5e5a7 100644
--- a/src/wwm.c
+++ b/src/wwm.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include "wwm.h"
+
+void wwm(){
+	printf("Welcome to ´Who wants to be a millionaire?´ \n");
+	return;
+
+}