From b729dab8d3b0e194514b4b415fb71d682d4313ce Mon Sep 17 00:00:00 2001 From: Sai Jeevan Battiprolu Date: Tue, 17 Dec 2024 13:28:26 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From a1711bef271faba12a1727617ed6a333fad5ee8f Mon Sep 17 00:00:00 2001 From: Sai Jeevan Battiprolu Date: Tue, 17 Dec 2024 14:32:56 +0530 Subject: [PATCH 2/2] Delete README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 2a2b1d78df..0000000000 --- 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 -``` - -_© 2023 XYZ, Inc._