From ede4480539051bcc535ca6698c791f7df0c091f8 Mon Sep 17 00:00:00 2001 From: Hitalo Faria Almeida <103229092+MrHitalo@users.noreply.github.com> Date: Fri, 5 Jun 2026 12:07:57 -0300 Subject: [PATCH] Update copyright year in README Updated copyright year from 2022 to 2027. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..3e5aef0b47 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ Input: r, annual rate of interest Output simple interest = p*t*r +ex: + + p = 2000 + t = 2 years + r = 5 +calc = 2000 * 2 * 5 / 100 = 200 +result = 200.00 ``` -_© 2022 XYZ, Inc._ +_© 2027 XYZ, Inc._