diff options
| -rw-r--r-- | challenge-061/paulo-custodio/perl/ch-1.pl | 2 | ||||
| -rw-r--r-- | challenge-061/paulo-custodio/perl/ch-2.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-061/paulo-custodio/perl/ch-1.pl b/challenge-061/paulo-custodio/perl/ch-1.pl index 77ef59545a..a8a9e2faaf 100644 --- a/challenge-061/paulo-custodio/perl/ch-1.pl +++ b/challenge-061/paulo-custodio/perl/ch-1.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# Challenge 060 +# Challenge 061 # # TASK #1 › Product SubArray # Reviewed by: Ryan Thompson diff --git a/challenge-061/paulo-custodio/perl/ch-2.pl b/challenge-061/paulo-custodio/perl/ch-2.pl index ba38ef766b..f7a8e53653 100644 --- a/challenge-061/paulo-custodio/perl/ch-2.pl +++ b/challenge-061/paulo-custodio/perl/ch-2.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# Challenge 060 +# Challenge 061 # # TASK #2 › IPv4 Partition # Reviewed by: Ryan Thompson |
