A library to generate input for programming tasks
You just add the folder anywhere in your project and include the file "inputGenerator.hpp" which will include all sublibraries
If you need only sub parts include them from the subfolder "src"
If you want to use the library just by using
#include <inputGenerator.hpp>
you can go to the directory you wish to hold your project and run:
git clone https://github.com/adrian-budau/inputGenerator
cd inputGenerator
make install