diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-12-17 18:24:24 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-12-17 18:24:24 +0000 |
| commit | 55f963e047580553b016fb87fdcd66f00dc30f4e (patch) | |
| tree | 466f11ce417f3928c1d4040170c5017294c7bf2b /challenge-142/paulo-custodio/python/ch-2.py | |
| parent | cdebd0af75b2750d6073f96bc4df76807aebd060 (diff) | |
| download | perlweeklychallenge-club-55f963e047580553b016fb87fdcd66f00dc30f4e.tar.gz perlweeklychallenge-club-55f963e047580553b016fb87fdcd66f00dc30f4e.tar.bz2 perlweeklychallenge-club-55f963e047580553b016fb87fdcd66f00dc30f4e.zip | |
Add challenge title comment
Diffstat (limited to 'challenge-142/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-142/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
