diff --git a/README.md b/README.md deleted file mode 100644 index b103466..0000000 --- a/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# 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 -``` - -_© 2022 XYZ, Inc._