Last assignment of first Semester of my College, though my assignment is different than everyone else (Because the prof currently teach to function call), while everyone is free to build something while myself is specified to create a Calculator
, so i made cool calculator.
# Clone the repository
> git clone https://github.com/UnknownRori/project-erebus
# Enter directory
> cd project-erebus
# Build & Run
> make
# Build & Debug
> make debug
# Build
> make
# Clean build
> make clean
Feel free to open up issue or sending pull request, i will look forward to it.