aboutsummaryrefslogtreecommitdiff
path: root/challenge-155/paulo-custodio/perl
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <Mohammad.Anwar@yahoo.com>2024-09-29 19:41:33 +0100
committerGitHub <noreply@github.com>2024-09-29 19:41:33 +0100
commiteb85c802bf80e858bfa8f4ef0b21fef2afde4ade (patch)
treed5a7ff4726e12b4eeafc08063e001b58cdb0b4d3 /challenge-155/paulo-custodio/perl
parent994174d6863980e2fd017bc613671453c7f9368e (diff)
parentf47a1ad4586b420621d86318e579d3a1f5742554 (diff)
downloadperlweeklychallenge-club-eb85c802bf80e858bfa8f4ef0b21fef2afde4ade.tar.gz
perlweeklychallenge-club-eb85c802bf80e858bfa8f4ef0b21fef2afde4ade.tar.bz2
perlweeklychallenge-club-eb85c802bf80e858bfa8f4ef0b21fef2afde4ade.zip
Merge pull request #10919 from pauloscustodio/master
Add Python solutions
Diffstat (limited to 'challenge-155/paulo-custodio/perl')
-rw-r--r--challenge-155/paulo-custodio/perl/ch-1.pl2
-rw-r--r--challenge-155/paulo-custodio/perl/ch-2.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-155/paulo-custodio/perl/ch-1.pl b/challenge-155/paulo-custodio/perl/ch-1.pl
index ff00af24a0..80eb7c1565 100644
--- a/challenge-155/paulo-custodio/perl/ch-1.pl
+++ b/challenge-155/paulo-custodio/perl/ch-1.pl
@@ -2,7 +2,7 @@
# Challenge 155
#
-# TASK #1 › Fortunate Numbers
+# TASK #1 > Fortunate Numbers
# Submitted by: Mohammad S Anwar
# Write a script to produce first 8 Fortunate Numbers (unique and sorted).
#
diff --git a/challenge-155/paulo-custodio/perl/ch-2.pl b/challenge-155/paulo-custodio/perl/ch-2.pl
index 4ff1516026..fbaa92c2ee 100644
--- a/challenge-155/paulo-custodio/perl/ch-2.pl
+++ b/challenge-155/paulo-custodio/perl/ch-2.pl
@@ -2,7 +2,7 @@
# Challenge 155
#
-# TASK #2 › Pisano Period
+# TASK #2 > Pisano Period
# Submitted by: Mohammad S Anwar
# Write a script to find the period of the 3rd Pisano Period.
#