aboutsummaryrefslogtreecommitdiff
path: root/challenge-142
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-12-17 21:31:23 +0000
committerdrbaggy <js5@sanger.ac.uk>2021-12-17 21:31:23 +0000
commitdf39e7263092169a4bf175cf328110b8151c39e8 (patch)
tree752ca27ff2c81745c65f4b06b35fb6b2fa47caed /challenge-142
parentc12a27d57313357ebab130cfcff7ae9cf1c058d3 (diff)
parent38ed50113d4c688df4e9d15a1a01342d7f5f651b (diff)
downloadperlweeklychallenge-club-df39e7263092169a4bf175cf328110b8151c39e8.tar.gz
perlweeklychallenge-club-df39e7263092169a4bf175cf328110b8151c39e8.tar.bz2
perlweeklychallenge-club-df39e7263092169a4bf175cf328110b8151c39e8.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'challenge-142')
-rw-r--r--challenge-142/paulo-custodio/perl/ch-1.pl2
-rw-r--r--challenge-142/paulo-custodio/perl/ch-2.pl2
-rw-r--r--challenge-142/paulo-custodio/python/ch-1.py2
-rw-r--r--challenge-142/paulo-custodio/python/ch-2.py2
4 files changed, 8 insertions, 0 deletions
diff --git a/challenge-142/paulo-custodio/perl/ch-1.pl b/challenge-142/paulo-custodio/perl/ch-1.pl
index 76a8e19638..c29b6a64d8 100644
--- a/challenge-142/paulo-custodio/perl/ch-1.pl
+++ b/challenge-142/paulo-custodio/perl/ch-1.pl
@@ -1,5 +1,7 @@
#!/usr/bin/perl
+# Challenge 142
+#
# TASK #1 > Divisor Last Digit
# Submitted by: Mohammad S Anwar
# You are given positive integers, $m and $n.
diff --git a/challenge-142/paulo-custodio/perl/ch-2.pl b/challenge-142/paulo-custodio/perl/ch-2.pl
index 83160b0a28..a1da4960ff 100644
--- a/challenge-142/paulo-custodio/perl/ch-2.pl
+++ b/challenge-142/paulo-custodio/perl/ch-2.pl
@@ -1,5 +1,7 @@
#!/usr/bin/perl
+# Challenge 142
+#
# TASK #2 > Sleep Sort
# Submitted by: Adam Russell
# Another joke sort similar to JortSort suggested by champion Adam Russell.
diff --git a/challenge-142/paulo-custodio/python/ch-1.py b/challenge-142/paulo-custodio/python/ch-1.py
index d142b7d24f..99880d719a 100644
--- a/challenge-142/paulo-custodio/python/ch-1.py
+++ b/challenge-142/paulo-custodio/python/ch-1.py
@@ -1,5 +1,7 @@
#!/usr/bin/python3
+# Challenge 142
+#
# TASK #1 > Divisor Last Digit
# Submitted by: Mohammad S Anwar
# You are given positive integers, $m and $n.
diff --git a/challenge-142/paulo-custodio/python/ch-2.py b/challenge-142/paulo-custodio/python/ch-2.py
index 31f6f67abe..cd84d4b50d 100644
--- a/challenge-142/paulo-custodio/python/ch-2.py
+++ b/challenge-142/paulo-custodio/python/ch-2.py
@@ -1,5 +1,7 @@
#!/usr/bin/python3
+# Challenge 142
+#
# TASK #2 > Sleep Sort
# Submitted by: Adam Russell
# Another joke sort similar to JortSort suggested by champion Adam Russell.