diff --git a/src/wwm.c b/src/wwm.c index 317460a..f7fa8a0 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -86,6 +86,14 @@ void wwm(){ }; + const char* questions2[] = { + "In what year did the Berlin Wall fall?", + "What is the capital city of Brazil?", + "Who is known as the Father of Modern Physics?", + "What is the largest island in the world?", + "What is the chemical symbol for silver?" + }; + for (int r = 1; r <= 16; r++){ if (r == 16) { printf("Congratulations ! You have won 1.000.000 $");