This project demonstrates basic Git and GitHub concepts, including creating repositories, managing files, and using version control commands.
The project includes a simple shell script (simple-interest.sh) that calculates simple interest using the formula:
Simple Interest = (Principal * Rate * Time) / 100
- LICENSE (Apache 2.0 License)
- README.md (this file)
- simple-interest.sh (script)
- CODE_OF_CONDUCT.md
this line is added for my first merge task.
Your Name