We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e897b commit 6d39c5eCopy full SHA for 6d39c5e
src/main.c
@@ -2,7 +2,6 @@
2
3
#include "stdio.h"
4
5
-// TODO: Convert `options` variable into a global variable.
6
int validatePattern(char* userInput) {
7
char* options[] = {"glider", "toad", "press", "glider cannon"};
8
return isStrIn(userInput, options, 4);
0 commit comments