rra fonctionne

This commit is contained in:
hugogogo
2021-06-15 17:02:15 +02:00
parent dc99227f94
commit 9842a20f6e
14 changed files with 58 additions and 12 deletions

View File

@@ -13,5 +13,6 @@ void hugo_sort(t_stack **a, t_stack **b, t_list *solution)
sa(a, &solution);
sb(b, &solution);
sa(a, &solution);
rra(a, &solution);
}