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] 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 ```