From f390bc1e82429275f8e58896f3123cbb959358f0 Mon Sep 17 00:00:00 2001 From: prakash Date: Fri, 12 Dec 2025 11:30:43 -0500 Subject: [PATCH] Prakash added new lines in simple-interest sh file --- simple-interest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb..c035d49d 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 added another new line here \ No newline at end of file