diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2024-10-03 13:28:26 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2024-10-03 13:28:26 +0100 |
| commit | 6b8392b8c6d5dab4313565a45ee731645629fb3a (patch) | |
| tree | 45eb644c345392d121c110ca30d5084992e28210 /challenge-167 | |
| parent | 01aa2c3a77ad7501b7920be8ca1ba53e630857b7 (diff) | |
| download | perlweeklychallenge-club-6b8392b8c6d5dab4313565a45ee731645629fb3a.tar.gz perlweeklychallenge-club-6b8392b8c6d5dab4313565a45ee731645629fb3a.tar.bz2 perlweeklychallenge-club-6b8392b8c6d5dab4313565a45ee731645629fb3a.zip | |
Add Python solution to challenge 169
Diffstat (limited to 'challenge-167')
| -rw-r--r-- | challenge-167/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-167/paulo-custodio/python/ch-2.py b/challenge-167/paulo-custodio/python/ch-2.py index 1a8fc16a90..616c4080cc 100644 --- a/challenge-167/paulo-custodio/python/ch-2.py +++ b/challenge-167/paulo-custodio/python/ch-2.py @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env python3 # Challenge 167 # |
