Update a1/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-25 20:09:22 +00:00
parent c43e956e41
commit 170e183857

View File

@ -77,7 +77,7 @@ int main()
cs=pop_stack(&mystack);
else
{
printf("fghfghfgghfghfggh");
printf("Unexpected closing bracket\n");
is_ok=false;
}
if(c=='>' && cs!='<')