diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-12-02 18:12:00 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-12-02 18:12:00 +0000 |
| commit | bf990af024f1ea0279927e4c89b2146b86e15e3b (patch) | |
| tree | 67d7c6fe11970c4596f33b757cc3bb53c9ac42f3 /challenge-140 | |
| parent | f0c28790b49f781a131faa9837c37d5b6103c09f (diff) | |
| download | perlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.tar.gz perlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.tar.bz2 perlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.zip | |
Fix title comment
Diffstat (limited to 'challenge-140')
| -rw-r--r-- | challenge-140/paulo-custodio/perl/ch-1.pl | 2 | ||||
| -rw-r--r-- | challenge-140/paulo-custodio/perl/ch-2.pl | 2 | ||||
| -rw-r--r-- | challenge-140/paulo-custodio/python/ch-1.py | 2 | ||||
| -rw-r--r-- | challenge-140/paulo-custodio/python/ch-2.py | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/challenge-140/paulo-custodio/perl/ch-1.pl b/challenge-140/paulo-custodio/perl/ch-1.pl index 440c1b4996..a604cff5e5 100644 --- a/challenge-140/paulo-custodio/perl/ch-1.pl +++ b/challenge-140/paulo-custodio/perl/ch-1.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Challenge 140 +# # TASK #1 > Add Binary # Submitted by: Mohammad S Anwar # You are given two decimal-coded binary numbers, $a and $b. diff --git a/challenge-140/paulo-custodio/perl/ch-2.pl b/challenge-140/paulo-custodio/perl/ch-2.pl index 2e2ad24d83..76a7a5c79a 100644 --- a/challenge-140/paulo-custodio/perl/ch-2.pl +++ b/challenge-140/paulo-custodio/perl/ch-2.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Challenge 140 +# # TASK #2 > Multiplication Table # Submitted by: Mohammad S Anwar # You are given 3 positive integers, $i, $j and $k. diff --git a/challenge-140/paulo-custodio/python/ch-1.py b/challenge-140/paulo-custodio/python/ch-1.py index 364d04f5a9..368ea90420 100644 --- a/challenge-140/paulo-custodio/python/ch-1.py +++ b/challenge-140/paulo-custodio/python/ch-1.py @@ -1,5 +1,7 @@ #!/usr/bin/python3 +# Challenge 140 +# # TASK #1 > Add Binary # Submitted by: Mohammad S Anwar # You are given two decimal-coded binary numbers, $a and $b. diff --git a/challenge-140/paulo-custodio/python/ch-2.py b/challenge-140/paulo-custodio/python/ch-2.py index 54ea2a76ba..fabf48cae1 100644 --- a/challenge-140/paulo-custodio/python/ch-2.py +++ b/challenge-140/paulo-custodio/python/ch-2.py @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Challenge 140 +# # TASK #2 > Multiplication Table # Submitted by: Mohammad S Anwar # You are given 3 positive integers, $i, $j and $k. |
