We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8434610 commit 01c7d0bCopy full SHA for 01c7d0b
src/main.c
@@ -10,7 +10,6 @@ int main() {
10
int cols = COLS;
11
int cellAlive = 0;
12
int cellDead = 0;
13
- int invalidPattern;
14
15
char* requestedPattern;
16
0 commit comments