From 004b7c9feaf2789e2933caea0a7832fac789cfda Mon Sep 17 00:00:00 2001 From: Eric Moreira Date: Fri, 7 Feb 2025 20:00:18 -0300 Subject: [PATCH] bug fix 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 ```