See Requirements Below before proceeding to installation.
git clone https://github.com/mboy1011/C_ConsoleCalc.git
cd C_ConsoleCalc
gcc -o Calc Calc.c
- Run the Code:
- Windows :
Calc.exe
- Linux/MacOS :
./Calc
- Windows :
- gcc (Compiler)
- IDE (CodeBlocks)