------------------- Run The Application --------------------
- open cmd at your working dir and use: git clone https://github.com/benshriki/calculator.git
- open calc.sln using Visual Studio and make sure you have .net packge installed.
- use run button.
---------------------- Add Operators -----------------------
- create an oparator class that implements ICalc interface.
- add the file you have created to
calc/operatorsdir.