#include "push_swap.h" void hugo_sort(t_stack **a, t_stack **b, t_list **solution) { (void)b; sa(a, solution); sa(a, solution); sa(a, solution); }