Requirements:
- C++ 17 or later
- Boost 1.66.0 or later
- GTest
This repository was created to perform a test task as part of the selection stage for the company "Axxonsoft".
To build the command line application just run 'build.sh' file.
To run application use proposed interface:
./linecounter <path-to-a-directory>
To run tests just run 'run_tests.sh' file.