From 3dcc82ed1e593b91b91ab433731f0b1a9fa98bab Mon Sep 17 00:00:00 2001 From: Chr1SsLeon Date: Sun, 4 May 2025 02:01:28 -0400 Subject: [PATCH] Fix typo: changed Output to Output: --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466139..1a91cb36a8 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,13 @@ Input: p, principal amount t, time period in years r, annual rate of interest -Output +Output:: simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +2023 XYZ, Inc. + + + + +