aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Harris <psh@gmx.org>2020-02-14 10:03:26 +0100
committerPhillip Harris <psh@gmx.org>2020-02-14 10:03:26 +0100
commitd659147b1158db0de7350ed34d005731da76601c (patch)
treef0a7a13ec0038d8b6a4293ca3c4f802b8b2ca412
parent19268c889db4cad3a2638d369ce500a85be0d7fa (diff)
downloadperlweeklychallenge-club-d659147b1158db0de7350ed34d005731da76601c.tar.gz
perlweeklychallenge-club-d659147b1158db0de7350ed34d005731da76601c.tar.bz2
perlweeklychallenge-club-d659147b1158db0de7350ed34d005731da76601c.zip
I hope i'm doing this right
-rw-r--r--challenge-047/phillip-harris/perl/ch-2.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/challenge-047/phillip-harris/perl/ch-2.pl b/challenge-047/phillip-harris/perl/ch-2.pl
index 0ca5094d3a..6e21bd1417 100644
--- a/challenge-047/phillip-harris/perl/ch-2.pl
+++ b/challenge-047/phillip-harris/perl/ch-2.pl
@@ -1,7 +1,6 @@
#!/usr/bin/perl
#Write a script to print first 20 Gapful Numbers greater than or equal to 100.
-#Please check out the page for more information about Gapful Numbers.
$x = 100;
while ( $gaps < 20 ) {