From 4fbfd9d62692689dafed28647475887299cb591b Mon Sep 17 00:00:00 2001 From: neelakandan-v Date: Sun, 8 Dec 2024 14:40:36 +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..b931f3f3bc 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2024 XYZ, Inc._ From 3781c594de4cf5dfc7da22c62bef0b6e565ccb93 Mon Sep 17 00:00:00 2001 From: neelakandan-v Date: Sun, 8 Dec 2024 14:54:23 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b931f3f3bc..4e9bd9fde1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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.