mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
rm executable
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user