s
This commit is contained in:
parent
f875ace078
commit
9ef8765fcd
@ -37,7 +37,6 @@ void check_brackets(const char *code) {
|
|||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
char code[100];
|
char code[100];
|
||||||
printf("Enter code: ");
|
|
||||||
fgets(code, 100, stdin);
|
fgets(code, 100, stdin);
|
||||||
check_brackets(code);
|
check_brackets(code);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user