From c5bde6c047c0100a18ab4f4dcdd43c1c5360e334 Mon Sep 17 00:00:00 2001 From: Alguien Date: Wed, 6 May 2026 13:00:33 +0200 Subject: [PATCH] a comment on math.sh --- math.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/math.sh b/math.sh index 233721e..39cf153 100644 --- a/math.sh +++ b/math.sh @@ -3,3 +3,4 @@ a=1 b=1 let c=$a+$b printf "This is the answer: %d\n" $c +# a comment at the end