From e6b8fd102ab2a530a68d42f7c6d73aaa62cc10ec Mon Sep 17 00:00:00 2001 From: songsreimagined Date: Fri, 17 Jan 2025 09:29:16 -0500 Subject: [PATCH 1/2] Description of changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 1bb0af31a181d6ba20b68bf6fab2140e30f79271 Mon Sep 17 00:00:00 2001 From: songsreimagined Date: Fri, 17 Jan 2025 09:32:02 -0500 Subject: [PATCH 2/2] dgaf --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 2a2b1d78df..e69de29bb2 100644 --- a/README.md +++ b/README.md @@ -1,16 +0,0 @@ -# Introduction to Git and GitHub - -## Simple Interest Calculator - -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. - -``` -Input: - p, principal amount - t, time period in years - r, annual rate of interest -Output - simple interest = p*t*r -``` - -_© 2023 XYZ, Inc._