Update a1/program.c

This commit is contained in:
Yurii Chechur 2024-10-24 20:34:02 +00:00
parent 63a7cc46cd
commit 8bf0959328

View File

@ -54,7 +54,7 @@ int main() {
}
if (top != -1) {
printf("Missing closing brackets for: %c\n", stack[top]);
printf("Missing closing brackets: %c\n", stack[top]);
return 0;
}