A nifty calculator program in C and Python ✨
- Fork this repo by clicking the
Forkbutton on the top-right corner. - Clone the repo locally to your PC.
git clone https://github.com/YOUR_USERNAME/calculator
cd calculator- Make necessary changes to either
calculator.corcalculator.py. - Add your name to the bottom of this file (README.md).
- Add your changes to the staging area.
git add README.md calculator.c calculator.py- Commit your changes.
git commit -m "Updated calculator"- Push to your repository.
git push origin main- Open a Pull Request to this repository.
MIT License.
Original at manavpatnaik/c-calculator.
- Radiantly