This project aims to recreate the printf() function from the standard library in the C language.
get_next_line is a function that reads one line at a time from a file descriptor, whether it's a file, standard input, or any other stream.