This repository hosts a C++ program designed for file manipulation. The project's proposal can be found here. The development of this program is part of the curriculum for the Programming course.
To compile and execute the code along with all its tests, use the following commands:
make test
./test
This will build the program and run the associated tests.