From 0fd9945f18d0e3c241f9fd990e50d6c470911007 Mon Sep 17 00:00:00 2001 From: Shivendra sinha Date: Thu, 5 Jun 2025 22:55:07 +0530 Subject: [PATCH 1/5] updated footer --- 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 d44004bca28220ad0d8d1d31ac78d8d482d82a1d Mon Sep 17 00:00:00 2001 From: Shivendra sinha Date: Thu, 5 Jun 2025 23:19:25 +0530 Subject: [PATCH 2/5] updated footer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78df..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._ From 95cd5924ada5078a66d874eb6784d9999f743e3c Mon Sep 17 00:00:00 2001 From: Shivendra sinha Date: Thu, 5 Jun 2025 23:20:18 +0530 Subject: [PATCH 3/5] updated footer --- 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 45ca4c02ada9f7e5e27b34ae8fc87b6f5840958e Mon Sep 17 00:00:00 2001 From: Shivendra sinha Date: Thu, 5 Jun 2025 23:24:33 +0530 Subject: [PATCH 4/5] Revert "updated footer" This reverts commit 95cd5924ada5078a66d874eb6784d9999f743e3c. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78df..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._ From d9dd4e81f1dda2c71cf07f6582a3e9d66ef64358 Mon Sep 17 00:00:00 2001 From: Shivendra Sinha Date: Fri, 6 Jun 2025 00:03:34 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..e61a7f792b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A calculator that calculates simple interest given principal, annual rate of int Input: p, principal amount t, time period in years - r, annual rate of interest + r, annual rate of interestf Output simple interest = p*t*r ```