rm executable

This commit is contained in:
David Gailleton
2026-01-06 13:06:33 +00:00
parent ef9f16a142
commit 54db222c48
3 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
/* By: mteriier <mteriier@student.42lyon.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/12/10 07:14:45 by mteriier #+# #+# */
/* Updated: 2025/12/10 07:14:51 by mteriier ### ########lyon.fr */
/* Updated: 2026/01/06 12:57:05 by dgaillet ### ########lyon.fr */
/* */
/* ************************************************************************** */
@@ -109,7 +109,7 @@ void bucket_algo(t_stacks *piles, t_tab *preset, int range)
}
while (piles->b)
pa(piles);
print_all_stack(piles->a, piles->a, 'A');
print_all_stack(piles->b, piles->b, 'B');
// print_all_stack(piles->a, piles->a, 'A');
// print_all_stack(piles->b, piles->b, 'B');
return ;
}