diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2024-09-20 10:23:09 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2024-09-20 10:23:09 +0100 |
| commit | 5354c57e27196ca67ad5e821b3e999867c1aaef3 (patch) | |
| tree | 8b038891ff63bb639f48d4b97bddd6f194c4d92a /challenge-069/paulo-custodio/python/ch-2.py | |
| parent | e2d0ee960837bca9ad2e85a88be5a0375e112ee5 (diff) | |
| download | perlweeklychallenge-club-5354c57e27196ca67ad5e821b3e999867c1aaef3.tar.gz perlweeklychallenge-club-5354c57e27196ca67ad5e821b3e999867c1aaef3.tar.bz2 perlweeklychallenge-club-5354c57e27196ca67ad5e821b3e999867c1aaef3.zip | |
Add Python solution to challenge 070
Diffstat (limited to 'challenge-069/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-069/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-069/paulo-custodio/python/ch-2.py b/challenge-069/paulo-custodio/python/ch-2.py index 2987057e01..d5fca17564 100644 --- a/challenge-069/paulo-custodio/python/ch-2.py +++ b/challenge-069/paulo-custodio/python/ch-2.py @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env python3 # Challenge 069 # |
