Question Description
First exercise: Find the problem of 8 easy programs and fix it. Second: implementing a function to read files line by line, similar to `fgets(3)` or `getline(3)`. However, you’ll be using the much lower-level `read(2)` function. All requirments in the attachments.