This project contains mini-projects which solve some programmatic problems
To compile the project you need to install:
To compile all mini-projects at once run the following command:
# ./build-all.sh
To compile a specific project do the following:
# cd <miniproject_folder>
# ./build.sh
Each mini-project folder contains "run.sh" script. Just run it to see a result.