aboutsummaryrefslogtreecommitdiff
path: root/challenge-168
diff options
context:
space:
mode:
authorJaldhar H. Vyas <jaldhar@braincells.com>2022-06-13 02:13:02 -0400
committerJaldhar H. Vyas <jaldhar@braincells.com>2022-06-13 02:13:02 -0400
commit763447324403971c2fd3dcbc1256eb06fa001360 (patch)
treeffa0473e11f801fa24bebfdb3794c52d0bbba248 /challenge-168
parent632ef3fd01ef6085ee61f76149df116d1eea9599 (diff)
downloadperlweeklychallenge-club-763447324403971c2fd3dcbc1256eb06fa001360.tar.gz
perlweeklychallenge-club-763447324403971c2fd3dcbc1256eb06fa001360.tar.bz2
perlweeklychallenge-club-763447324403971c2fd3dcbc1256eb06fa001360.zip
Small typo.
Diffstat (limited to 'challenge-168')
-rwxr-xr-xchallenge-168/jaldhar-h-vyas/perl/ch-1.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-168/jaldhar-h-vyas/perl/ch-1.pl b/challenge-168/jaldhar-h-vyas/perl/ch-1.pl
index 55df909711..4f3c4f7362 100755
--- a/challenge-168/jaldhar-h-vyas/perl/ch-1.pl
+++ b/challenge-168/jaldhar-h-vyas/perl/ch-1.pl
@@ -23,7 +23,6 @@ sub isPrime {
}
my @perrins = (3, 0, 2);
-my $i = 2;
my @perrinPrimes;
while (scalar @perrinPrimes < 13) {