From b88c8b51af52e4b37a5cf7807737713734344775 Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Tue, 6 Feb 2024 20:41:34 +0100 Subject: [PATCH] =?UTF-8?q?functional=2024:=20Antworten=20f=C3=BCr=20Runde?= =?UTF-8?q?=2011-15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/wwm.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/wwm.c b/src/wwm.c index 409288b..8b06482 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -114,6 +114,13 @@ void wwm(){ "What is the capital city of Bhutan?" }; + const char* answers3[][4] = { + {"A", "B", "0", "AB"}, + {"1999", "1995", "2000", "2002"}, + {"1894 in Rome, Italy", "1896 in Athens, Greece", "1898 in Madrid, Spain", "1890 in Istanbul, Turkey"}, + {"Pennsylvania", "Oregon", "Texas", "Florida"}, + {"Paro", "Punakha", "Thimphu", "Tongsa"} + }; for (int r = 1; r <= 16; r++){