Libft : a c library with some essential function
get_next_line : a function to read a file or (stdin) line by line
ft_printf : implementing a mini printf
Born2broot : system administrator project
minitalk : sending msg from process to process using signals
so_long : using the mlx lib to make a 2d game in C
push_swap : an algorithm project
Philosophers : Dining philosophers problem , learning how to work and sync threads !