#include "pushswap.h" t_list *sort_algo(t_stack *stack) { (void)stack; t_list *lst; lst = ft_lstnew("solution"); return (lst); }