diff --git a/cv3/program.c b/cv3/program.c index 53326d1..2e7d96e 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -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: