From ad7d7939c87ced0c31fe8b1cd5124bdb2e02d6d4 Mon Sep 17 00:00:00 2001 From: Meiir Date: Wed, 9 Apr 2025 13:03:53 -0400 Subject: [PATCH 1/2] change footer --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index b103466139..3909e2277a 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,20 @@ Output ``` _© 2022 XYZ, Inc._ +# 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._ + From 1684a9c7ee17b9a39e2a1f45a563768a7c085dc8 Mon Sep 17 00:00:00 2001 From: Meiir Date: Wed, 9 Apr 2025 13:09:20 -0400 Subject: [PATCH 2/2] Revert "change footer" This reverts commit ad7d7939c87ced0c31fe8b1cd5124bdb2e02d6d4. --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 3909e2277a..b103466139 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,3 @@ Output ``` _© 2022 XYZ, Inc._ -# 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._ -