To build project, go to wordcountX directory and run:
cmake . && makeTo run a project with custom config file:
./wordcount config.dator if you want to existing one in a project directory
./wordcountTo run Python script, that checks if consecutive runs return the same maps:
python3 equality_check.py [num_of_runs]