Skip to content

Commit

Permalink
todo: remove overhead todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hozlucas28 committed Sep 11, 2024
1 parent 26e897b commit 6d39c5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "stdio.h"

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

0 comments on commit 6d39c5e

Please sign in to comment.