Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

  • Prawin Subrajith S

About

Practice repo for Git/GitHub workshop

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages