From 4ce5ca02acdbbef4d2c68da87f83ba0f58b5fe7f Mon Sep 17 00:00:00 2001 From: "git config --global user.name softywarey" Date: Tue, 14 Jan 2025 05:38:32 +0300 Subject: [PATCH 1/3] fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..b61147a24b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Input: p, principal amount t, time period in years r, annual rate of interest -Output +Output: simple interest = p*t*r ``` From 8a28fa4946d6430b1d2cf45079708341c00e8079 Mon Sep 17 00:00:00 2001 From: m-alhumaid Date: Mon, 13 Jan 2025 22:02:55 -0500 Subject: [PATCH 2/3] fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b61147a24b..bda224ce07 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output: simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From cf6ae81c901b408dc873d09b05a94ac6a0d4ae81 Mon Sep 17 00:00:00 2001 From: m-alhumaid Date: Mon, 13 Jan 2025 22:10:25 -0500 Subject: [PATCH 3/3] Revert "fixing a typo" This reverts commit 4ce5ca02acdbbef4d2c68da87f83ba0f58b5fe7f. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bda224ce07..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Input: p, principal amount t, time period in years r, annual rate of interest -Output: +Output simple interest = p*t*r ```