diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2024-09-28 19:23:13 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2024-09-28 19:23:13 +0100 |
| commit | 341287fb7780a3c5ee45ec0521ef99d11dbdbcce (patch) | |
| tree | b7793f10622a828e704e919487e77ffcce8a21a8 /challenge-154 | |
| parent | 19698b60b5f8bbc16989a16c47fe41fa435cede3 (diff) | |
| download | perlweeklychallenge-club-341287fb7780a3c5ee45ec0521ef99d11dbdbcce.tar.gz perlweeklychallenge-club-341287fb7780a3c5ee45ec0521ef99d11dbdbcce.tar.bz2 perlweeklychallenge-club-341287fb7780a3c5ee45ec0521ef99d11dbdbcce.zip | |
Add Python solution to challenge 155
Diffstat (limited to 'challenge-154')
| -rw-r--r-- | challenge-154/paulo-custodio/python/ch-1.py | 2 | ||||
| -rw-r--r-- | challenge-154/paulo-custodio/python/ch-2.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-154/paulo-custodio/python/ch-1.py b/challenge-154/paulo-custodio/python/ch-1.py index 7deb2cd296..1b121593e6 100644 --- a/challenge-154/paulo-custodio/python/ch-1.py +++ b/challenge-154/paulo-custodio/python/ch-1.py @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env python3 # Challenge 154 # diff --git a/challenge-154/paulo-custodio/python/ch-2.py b/challenge-154/paulo-custodio/python/ch-2.py index 91384eb9f6..0afb22504f 100644 --- a/challenge-154/paulo-custodio/python/ch-2.py +++ b/challenge-154/paulo-custodio/python/ch-2.py @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env python3 # Challenge 154 # |
