Meghann Cloarec (mcloarec)'s repositories
get_next_line
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
philosophers
Philosophers is a project from the 42 school curriculum that explores concurrent programming with threads and mutexes, processes and semaphores. It is a variation on the famous dining philosophers problem.