From 6084e274d16da59ab99e9e104e345fad067b84bd Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Sun, 4 Feb 2024 16:47:38 +0100 Subject: [PATCH] 5th functional commit --- src/wwm.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wwm.c b/src/wwm.c index d3f211c..10c1708 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -22,6 +22,10 @@ void wwm(){ {"Antarctica", "Sahara", "Gobi", "Arctica" } }; + int correctAnswer[] = { + 3, 2, 1 + }; + return; }