From 5354c57e27196ca67ad5e821b3e999867c1aaef3 Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Fri, 20 Sep 2024 10:23:09 +0100 Subject: Add Python solution to challenge 070 --- challenge-061/paulo-custodio/python/ch-1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'challenge-061/paulo-custodio/python') diff --git a/challenge-061/paulo-custodio/python/ch-1.py b/challenge-061/paulo-custodio/python/ch-1.py index 47e232e6aa..4af02885dd 100644 --- a/challenge-061/paulo-custodio/python/ch-1.py +++ b/challenge-061/paulo-custodio/python/ch-1.py @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env python3 # Challenge 061 # -- cgit