Skip to content

Commit 9584f59

Browse files
committed
Fix typo: Update footer year from 2022 to 2023
1 parent ad95b0a commit 9584f59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
66

7-
```
87
Input:
98
p, principal amount
109
t, time period in years
@@ -13,4 +12,4 @@ Output
1312
simple interest = p*t*r
1413
```
1514
16-
_© 2022 XYZ, Inc._
15+
2023 XYZ, Inc._

0 commit comments

Comments
 (0)