From c8bf7af5763e67a389698a53768164df87d49177 Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Thu, 14 Apr 2022 16:55:04 +0100 Subject: Comment --- challenge-061/paulo-custodio/perl/ch-1.pl | 2 +- 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 -- cgit