diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2022-04-14 16:55:04 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2022-04-14 16:55:04 +0100 |
| commit | c8bf7af5763e67a389698a53768164df87d49177 (patch) | |
| tree | 2805b4dec53a8917e2b0e249c4b2cc17b8ed6310 | |
| parent | 39a7fcb6379132cefe84c40a8f01829263b80f68 (diff) | |
| download | perlweeklychallenge-club-c8bf7af5763e67a389698a53768164df87d49177.tar.gz perlweeklychallenge-club-c8bf7af5763e67a389698a53768164df87d49177.tar.bz2 perlweeklychallenge-club-c8bf7af5763e67a389698a53768164df87d49177.zip | |
Comment
| -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 |
