Skip to content

Commit b08181d

Browse files
committed
Revert "Fix typo: Update footer year from 2022 to 2023"
This reverts commit 9584f59.
1 parent 9584f59 commit b08181d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

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

7+
```
78
Input:
89
p, principal amount
910
t, time period in years
@@ -12,4 +13,4 @@ Output
1213
simple interest = p*t*r
1314
```
1415

15-
2023 XYZ, Inc._
16+
_© 2022 XYZ, Inc._

0 commit comments

Comments
 (0)