diff options
| -rw-r--r-- | challenge-047/phillip-harris/perl/ch-2.pl | 1 |
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 ) {
|
