From 50de3b0df0f1efb9d595b10d0da36f9a1030e8f5 Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Tue, 6 Feb 2024 20:43:06 +0100 Subject: [PATCH] =?UTF-8?q?functional=2025:=20korrekte=20Antworten[]=20f?= =?UTF-8?q?=C3=BCr=20Runde=2011-15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/wwm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wwm.c b/src/wwm.c index 8b06482..34dab9b 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -122,6 +122,9 @@ void wwm(){ {"Paro", "Punakha", "Thimphu", "Tongsa"} }; + int correctAnswer3[] = { + 4, 1, 2, 1, 3 + }; for (int r = 1; r <= 16; r++){ if (r == 16) {