Skip to content

radiantly/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 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

  • Adithya
  • Dilip
  • Gadde Ashok
  • Keshav CSED
  • Pavish S
  • Prawin Subrajith S
  • Radiantly
  • S Akash
  • Srinivasa Vinayak
  • Sriram R
  • Surya Gonuguntla
  • Vaidehi

About

Practice repo for Git/GitHub

Resources

License

Stars

Watchers

Forks