free everything in day 10-15

This commit is contained in:
2024-12-15 19:13:01 +01:00
parent b6b46e0d82
commit 5c411be678
7 changed files with 45 additions and 11 deletions

View File

@ -6,7 +6,7 @@
/* By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/17 23:03:36 by tomoron #+# #+# */
/* Updated: 2024/12/15 15:06:58 by tomoron ### ########.fr */
/* Updated: 2024/12/15 19:11:42 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -210,5 +210,6 @@ long int resolve_part2(char *input, char **split)
instr++;
}
res = calc_score(split);
ft_free_str_arr(split);
return(res);
}