Skip to content

Rohith-2003/calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A nifty calculator program in C and Python ✨

Contributing

  1. Fork this repo by clicking the Fork button on the top-right corner.
  2. Clone the repo locally to your PC.
git clone https://github.com/YOUR_USERNAME/calculator
cd calculator
  1. Make necessary changes to either calculator.c or calculator.py.
  2. Add your name to the bottom of this file (README.md).
  3. Add your changes to the staging area.
git add README.md calculator.c calculator.py
  1. Commit your changes.
git commit -m "Updated calculator"
  1. Push to your repository.
git push origin main
  1. Open a Pull Request to this repository.

License

MIT License.

Original at manavpatnaik/c-calculator.

Built by

  • Radiantly

About

simple calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.8%
  • Python 35.2%