This commit is contained in:
Džubara 2024-10-31 20:05:12 +01:00
parent f875ace078
commit 9ef8765fcd

View File

@ -37,7 +37,6 @@ void check_brackets(const char *code) {
int main() {
char code[100];
printf("Enter code: ");
fgets(code, 100, stdin);
check_brackets(code);
return 0;