diff options
Diffstat (limited to 'challenge-143')
| -rw-r--r-- | challenge-143/paulo-custodio/perl/ch-1.pl | 2 | ||||
| -rw-r--r-- | challenge-143/paulo-custodio/perl/ch-2.pl | 2 | ||||
| -rw-r--r-- | challenge-143/paulo-custodio/python/ch-1.py | 2 | ||||
| -rw-r--r-- | challenge-143/paulo-custodio/python/ch-2.py | 2 |
4 files changed, 8 insertions, 0 deletions
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. |
