Skip to content

Commit eb98f16

Browse files
committed
Changed a year from 2022 to 2023 in Readme file
1 parent 83026bb commit eb98f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ A calculator that calculates simple interest given principal, annual rate of int
77
```
88
Input:
99
p, principal amount
10-
t, time period in years
10+
t, time period in years
1111
r, annual rate of interest
1212
Output
1313
simple interest = p*t*r
1414
```
1515

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

0 commit comments

Comments
 (0)