aboutsummaryrefslogtreecommitdiff
path: root/challenge-135
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-12-02 18:12:00 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-12-02 18:12:00 +0000
commitbf990af024f1ea0279927e4c89b2146b86e15e3b (patch)
tree67d7c6fe11970c4596f33b757cc3bb53c9ac42f3 /challenge-135
parentf0c28790b49f781a131faa9837c37d5b6103c09f (diff)
downloadperlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.tar.gz
perlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.tar.bz2
perlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.zip
Fix title comment
Diffstat (limited to 'challenge-135')
-rw-r--r--challenge-135/paulo-custodio/perl/ch-1.pl2
-rw-r--r--challenge-135/paulo-custodio/perl/ch-2.pl2
-rw-r--r--challenge-135/paulo-custodio/python/ch-1.py2
-rw-r--r--challenge-135/paulo-custodio/python/ch-2.py2
4 files changed, 8 insertions, 0 deletions
diff --git a/challenge-135/paulo-custodio/perl/ch-1.pl b/challenge-135/paulo-custodio/perl/ch-1.pl
index 9c8c982e26..36bb6ecd0b 100644
--- a/challenge-135/paulo-custodio/perl/ch-1.pl
+++ b/challenge-135/paulo-custodio/perl/ch-1.pl
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
+# Challenge 135
+#
# TASK #1 > Middle 3-digits
# Submitted by: Mohammad S Anwar
# You are given an integer.
diff --git a/challenge-135/paulo-custodio/perl/ch-2.pl b/challenge-135/paulo-custodio/perl/ch-2.pl
index d5016cb86c..7e1e5a3643 100644
--- a/challenge-135/paulo-custodio/perl/ch-2.pl
+++ b/challenge-135/paulo-custodio/perl/ch-2.pl
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
+# Challenge 135
+#
# TASK #2 > Validate SEDOL
# Submitted by: Mohammad S Anwar
# You are given 7-characters alphanumeric SEDOL.
diff --git a/challenge-135/paulo-custodio/python/ch-1.py b/challenge-135/paulo-custodio/python/ch-1.py
index b310faccc3..49b4abd531 100644
--- a/challenge-135/paulo-custodio/python/ch-1.py
+++ b/challenge-135/paulo-custodio/python/ch-1.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
+# Challenge 135
+#
# TASK #1 > Middle 3-digits
# Submitted by: Mohammad S Anwar
# You are given an integer.
diff --git a/challenge-135/paulo-custodio/python/ch-2.py b/challenge-135/paulo-custodio/python/ch-2.py
index fe3641e471..038e18745a 100644
--- a/challenge-135/paulo-custodio/python/ch-2.py
+++ b/challenge-135/paulo-custodio/python/ch-2.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
+# Challenge 135
+#
# TASK #2 > Validate SEDOL
# Submitted by: Mohammad S Anwar
# You are given 7-characters alphanumeric SEDOL.