From 341287fb7780a3c5ee45ec0521ef99d11dbdbcce Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Sat, 28 Sep 2024 19:23:13 +0100 Subject: Add Python solution to challenge 155 --- challenge-065/paulo-custodio/python/ch-2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'challenge-065/paulo-custodio/python/ch-2.py') diff --git a/challenge-065/paulo-custodio/python/ch-2.py b/challenge-065/paulo-custodio/python/ch-2.py index 702ed4d413..7d037bdc0d 100644 --- a/challenge-065/paulo-custodio/python/ch-2.py +++ b/challenge-065/paulo-custodio/python/ch-2.py @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env python3 # Challenge 065 # -- cgit