Update cv3/program.c

This commit is contained in:
Yurii Chechur 2024-10-13 15:08:07 +00:00
parent 23b008887d
commit 22889817c3

View File

@ -115,7 +115,6 @@ int read(struct stack *s) {
int main() {
struct stack my_stack;
init(&my_stack);
printf("\n");
while (1) {
if (read(&my_stack) == 0) {