diff --git a/README.md b/README.md index 6547f47..73bfaa1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,2 @@ -# Libft -C header created for the project Libft in 42Madrid. - -Granted by Moulinette: - -- libft_basics_1: 24/24 correct functions. -- libft_basics_2: 10/10 correct functions. -- libft_bonus: 8/9 correct functions (problem with ft_lstadd_back). - -## TODO: - -- Optimize functions -- Clean code +# Basic C Library +C library with some libc replicated functions to use in the 42 formation. Passes the new 2021 42 normative and the printf is integrated.