Обновить a1/program.c

This commit is contained in:
Yevhen Kozirovskyi 2024-10-31 23:39:55 +00:00
parent 8ec9471e73
commit 01c76c6df4

View File

@ -55,7 +55,6 @@ int main() {
} }
} }
// Ak sú v zásobníku neuzavreté otváracie zátvorky
if (top != -1) { if (top != -1) {
printf("Missing closing brackets: "); printf("Missing closing brackets: ");
while (top != -1) { while (top != -1) {