From 964dac27582c49763ebc80f2ba18ce7b21cf2719 Mon Sep 17 00:00:00 2001 From: Randy stiven Valentin Date: Wed, 3 Sep 2025 14:05:06 -0400 Subject: [PATCH 1/3] Update copyright year in 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 196d9e4b178c8f8fbfaa06b0cf4a212f28c7145c Mon Sep 17 00:00:00 2001 From: Randy stiven Valentin Date: Wed, 3 Sep 2025 14:32:52 -0400 Subject: [PATCH 2/3] Revert "Update copyright year in README.md" This reverts commit 964dac27582c49763ebc80f2ba18ce7b21cf2719. --- 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 a749222b4ea2f11aa0fc751dd565705840609dff Mon Sep 17 00:00:00 2001 From: Randy stiven Valentin Date: Wed, 3 Sep 2025 14:35:11 -0400 Subject: [PATCH 3/3] Revert --- README.md~ | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md~ 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._