diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-11-12 18:05:36 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-11-12 18:05:36 +0000 |
| commit | aa9e5bb73ffd0ab973e66a00611a7f86b1a9eb4a (patch) | |
| tree | 12a3f8e02467f22997b5272cd562c79522b401a2 /challenge-005/paulo-custodio/perl | |
| parent | e2ee87081513efe219682ada6b7fb01de87c0335 (diff) | |
| download | perlweeklychallenge-club-aa9e5bb73ffd0ab973e66a00611a7f86b1a9eb4a.tar.gz perlweeklychallenge-club-aa9e5bb73ffd0ab973e66a00611a7f86b1a9eb4a.tar.bz2 perlweeklychallenge-club-aa9e5bb73ffd0ab973e66a00611a7f86b1a9eb4a.zip | |
Add Python solution to challenge 5
Diffstat (limited to 'challenge-005/paulo-custodio/perl')
| -rw-r--r-- | challenge-005/paulo-custodio/perl/ch-1.pl | 2 | ||||
| -rw-r--r-- | challenge-005/paulo-custodio/perl/ch-2.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-005/paulo-custodio/perl/ch-1.pl b/challenge-005/paulo-custodio/perl/ch-1.pl index cd33db9b46..6db4ce2911 100644 --- a/challenge-005/paulo-custodio/perl/ch-1.pl +++ b/challenge-005/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Challenge 005 # diff --git a/challenge-005/paulo-custodio/perl/ch-2.pl b/challenge-005/paulo-custodio/perl/ch-2.pl index 59ab0fb365..69dd53f3dd 100644 --- a/challenge-005/paulo-custodio/perl/ch-2.pl +++ b/challenge-005/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Challenge 005 # |
