Browse Source

4th functional commit

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
3c85f0f767
  1. 6
      src/wwm.c

6
src/wwm.c

@ -16,6 +16,12 @@ void wwm(){
"What is the largest desert in the world?" "What is the largest desert in the world?"
}; };
const char* answers[][4] = {
{"Mars", "Venus", "Earth", "Jupiter"},
{"Munich", "Berlin", "Cologne", "Frankfurt am Main"},
{"Antarctica", "Sahara", "Gobi", "Arctica" }
};
return; return;
} }
Loading…
Cancel
Save