https://github.com/cianhub/basic-git-repo
A basic git repo for demonstration purposes
https://github.com/cianhub/basic-git-repo
Last synced: 9 months ago
JSON representation
A basic git repo for demonstration purposes
- Host: GitHub
- URL: https://github.com/cianhub/basic-git-repo
- Owner: CianHub
- License: apache-2.0
- Created: 2025-03-23T16:13:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T16:28:37.000Z (10 months ago)
- Last Synced: 2025-03-23T17:28:37.706Z (10 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
Input:
p, principal amount
t, time period in years
r, annual rate of interest
Output
simple interest = p*t*r