Skip to content

Commit 6d39c5e

Browse files
committed
todo: remove overhead todo
1 parent 26e897b commit 6d39c5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.c

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include "stdio.h"
44

5-
// TODO: Convert `options` variable into a global variable.
65
int validatePattern(char* userInput) {
76
char* options[] = {"glider", "toad", "press", "glider cannon"};
87
return isStrIn(userInput, options, 4);

0 commit comments

Comments
 (0)