Hi there!
I am trying to get this puzzle out of this program for days now. Everytime I run the program, it reads the input file which has 21 lines. The lines are stored in a buffer of size 10. At the 11th line, it goes back to buffer [0], starting over, a circular buffer. However, at line 16...