diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2024-09-20 10:56:05 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2024-09-20 10:56:05 +0100 |
| commit | 592752b24e8a00f5b61a35cfc5a6f29246cb42a5 (patch) | |
| tree | 62ce433b48358e423f64f7792c25a4894e1709f2 /challenge-070/paulo-custodio/python/ch-2.py | |
| parent | 5354c57e27196ca67ad5e821b3e999867c1aaef3 (diff) | |
| download | perlweeklychallenge-club-592752b24e8a00f5b61a35cfc5a6f29246cb42a5.tar.gz perlweeklychallenge-club-592752b24e8a00f5b61a35cfc5a6f29246cb42a5.tar.bz2 perlweeklychallenge-club-592752b24e8a00f5b61a35cfc5a6f29246cb42a5.zip | |
Add Python solution to challenge 071
Diffstat (limited to 'challenge-070/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-070/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-070/paulo-custodio/python/ch-2.py b/challenge-070/paulo-custodio/python/ch-2.py index 3064383aef..96724bc983 100644 --- a/challenge-070/paulo-custodio/python/ch-2.py +++ b/challenge-070/paulo-custodio/python/ch-2.py @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env python3 # Challenge 070 # |
