diff options
Diffstat (limited to 'challenge-069/paulo-custodio/python')
| -rw-r--r-- | challenge-069/paulo-custodio/python/ch-1.py | 2 | ||||
| -rw-r--r-- | challenge-069/paulo-custodio/python/ch-2.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-069/paulo-custodio/python/ch-1.py b/challenge-069/paulo-custodio/python/ch-1.py index 6fa58d6338..ca37f65b7d 100644 --- a/challenge-069/paulo-custodio/python/ch-1.py +++ b/challenge-069/paulo-custodio/python/ch-1.py @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env python3 # Challenge 069 # 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 # |
