Warning
Currently the build doesn't work properly, I'll fix it ASAP.
MenuDemo is a basic demo of a cli menu. This simple project was made due to an assigment given by my school professor.
In every release, there's already a MenuDemo.exe file, but if you want to, you can build it by your own.
- Clone the repository
$ git clone https://github.com/Cascian08/MenuDemo
- Get into the MenuDemo's folder
$ cd .\MenuDemo
- Make & run MenuDemo
$ cd .\build
$ make
$ cd ..
$ .\MenuDemo.exe
Note
The executable will be different depending on the OS you're working on.