aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-147/abigail/bash/ch-2.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/challenge-147/abigail/bash/ch-2.sh b/challenge-147/abigail/bash/ch-2.sh
index f38223377d..ad63335bba 100644
--- a/challenge-147/abigail/bash/ch-2.sh
+++ b/challenge-147/abigail/bash/ch-2.sh
@@ -12,9 +12,6 @@ set -f
declare -A pentagon
-# ((n = 0))
-# ((p = 0))
-
while true
do ((p = p + n + n + n + 1))
((n ++))