This commit is contained in:
Your Name 2025-10-16 01:25:06 +02:00
parent 19b864bde6
commit 1151b436f9

View File

@ -78,7 +78,7 @@ void print_stack(struct stack* mystack)
printf(" ");
}
}
printf(" ");
printf("\n");
}