This commit is contained in:
Your Name 2025-10-16 01:29:58 +02:00
parent 1151b436f9
commit 4405e5efec

View File

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