diff --git a/README.md b/README.md index b103466..2a2b1d7 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fc..5f5d8c2 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -24,3 +24,4 @@ read t s=$(expr $p \* $t \* $r / 100) echo "The simple interest is: " echo $s +# This is a minor change being made for the final project \ No newline at end of file