diff --git a/README.md b/README.md index b103466..6383fb5 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,5 @@ Output ``` _© 2022 XYZ, Inc._ + +fixing some typos here, or something, no sure diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fc..c221e5c 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -24,3 +24,6 @@ read t s=$(expr $p \* $t \* $r / 100) echo "The simple interest is: " echo $s + + +echo "new task" \ No newline at end of file