aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2022-04-14 16:55:04 +0100
committerPaulo Custodio <pauloscustodio@gmail.com>2022-04-14 16:55:04 +0100
commitc8bf7af5763e67a389698a53768164df87d49177 (patch)
tree2805b4dec53a8917e2b0e249c4b2cc17b8ed6310
parent39a7fcb6379132cefe84c40a8f01829263b80f68 (diff)
downloadperlweeklychallenge-club-c8bf7af5763e67a389698a53768164df87d49177.tar.gz
perlweeklychallenge-club-c8bf7af5763e67a389698a53768164df87d49177.tar.bz2
perlweeklychallenge-club-c8bf7af5763e67a389698a53768164df87d49177.zip
Comment
-rw-r--r--challenge-061/paulo-custodio/perl/ch-1.pl2
-rw-r--r--challenge-061/paulo-custodio/perl/ch-2.pl2
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