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++){