Update cv3/program.c
This commit is contained in:
parent
3f55bc676e
commit
f66396c189
@ -99,8 +99,8 @@ int read(struct stack *s) {
|
||||
}
|
||||
push_stack(s, result); // Push the result back onto the stack
|
||||
print_stack(s); // Print the stack after operation
|
||||
printf("no input\n"); // Print the "no input" message
|
||||
exit(0); // Exit the program after the operation
|
||||
//printf("no input\n"); // Print the "no input" message
|
||||
// exit(0); // Exit the program after the operation
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user