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