add 2022 day 10 and 11

This commit is contained in:
2024-12-19 23:23:16 +01:00
parent f1d95ff41f
commit 0f0aa51baf
11 changed files with 1023 additions and 0 deletions

View File

@ -15,6 +15,7 @@ CC = cc
SRCS = ft_atoi.c\
ft_bzero.c\
ft_calloc.c\
ft_swap.c\
ft_isalnum.c\
ft_isalpha.c\
ft_isascii.c\