diff --git a/README.md b/README.md index b1034661..2a2b1d78 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 27a60fcb..5885bd9b 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -24,3 +24,7 @@ read t s=$(expr $p \* $t \* $r / 100) echo "The simple interest is: " echo $s + + +# Prakash added a new line +# Prakash modified another new line here \ No newline at end of file