From 55f963e047580553b016fb87fdcd66f00dc30f4e Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Fri, 17 Dec 2021 18:24:24 +0000 Subject: Add challenge title comment --- challenge-142/paulo-custodio/perl/ch-1.pl | 2 ++ challenge-142/paulo-custodio/perl/ch-2.pl | 2 ++ challenge-142/paulo-custodio/python/ch-1.py | 2 ++ challenge-142/paulo-custodio/python/ch-2.py | 2 ++ challenge-143/paulo-custodio/perl/ch-1.pl | 2 ++ challenge-143/paulo-custodio/perl/ch-2.pl | 2 ++ challenge-143/paulo-custodio/python/ch-1.py | 2 ++ challenge-143/paulo-custodio/python/ch-2.py | 2 ++ 8 files changed, 16 insertions(+) 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. diff --git a/challenge-143/paulo-custodio/perl/ch-1.pl b/challenge-143/paulo-custodio/perl/ch-1.pl index 73a806191b..cd583324dc 100644 --- a/challenge-143/paulo-custodio/perl/ch-1.pl +++ b/challenge-143/paulo-custodio/perl/ch-1.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Challenge 143 +# # TASK #1 > Calculator # Submitted by: Mohammad S Anwar # You are given a string, $s, containing mathematical expression. diff --git a/challenge-143/paulo-custodio/perl/ch-2.pl b/challenge-143/paulo-custodio/perl/ch-2.pl index 9433cd520d..81a2ddc25f 100644 --- a/challenge-143/paulo-custodio/perl/ch-2.pl +++ b/challenge-143/paulo-custodio/perl/ch-2.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Challenge 143 +# # TASK #2 > Stealthy Number # Submitted by: Mohammad S Anwar # You are given a positive number, $n. diff --git a/challenge-143/paulo-custodio/python/ch-1.py b/challenge-143/paulo-custodio/python/ch-1.py index 7705a4eafe..1eafbbb75e 100644 --- a/challenge-143/paulo-custodio/python/ch-1.py +++ b/challenge-143/paulo-custodio/python/ch-1.py @@ -1,5 +1,7 @@ #!/usr/bin/python3 +# Challenge 143 +# # TASK #1 > Calculator # Submitted by: Mohammad S Anwar # You are given a string, $s, containing mathematical expression. diff --git a/challenge-143/paulo-custodio/python/ch-2.py b/challenge-143/paulo-custodio/python/ch-2.py index 850ebfac33..6196e941a5 100644 --- a/challenge-143/paulo-custodio/python/ch-2.py +++ b/challenge-143/paulo-custodio/python/ch-2.py @@ -1,5 +1,7 @@ #!/usr/bin/python3 +# Challenge 143 +# # TASK #2 > Stealthy Number # Submitted by: Mohammad S Anwar # You are given a positive number, $n. -- cgit