Trying even harder

This commit is contained in:
Anton Dolozin 2025-10-06 16:31:54 +02:00
parent 132224e588
commit 08fee34c39

View File

@ -61,7 +61,7 @@ void process_operations(struct stack* stack) {
push_stack(stack, res);
print_stack(stack);
} else {
printf("bad input\n");
printf("not enough operands\n");
return;
}
} else {