diff --git a/README.md~ b/README.md~ new file mode 100644 index 0000000000..2a2b1d78df --- /dev/null +++ b/README.md~ @@ -0,0 +1,16 @@ +# Introduction to Git and GitHub + +## Simple Interest Calculator + +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 +``` + +_© 2023 XYZ, Inc._