A brief description of what your project does and its purpose.
- Installation
Clone the repo - License
GNU Public License 3.0 - Contact
https://github.com/codeleaded
How to install and set up your project:
# Example installation commands
git clone https://github.com/codeleaded/<repo>.git
cd <repo>
# just build
make all
# build and run
make do
# run after build
make exe
# clean build
make clean