From 24e3d51b302e4a50faef16738d7b13bc372b2553 Mon Sep 17 00:00:00 2001 From: Pascal Lais Date: Mon, 6 Dec 2021 07:43:23 +0100 Subject: [PATCH] Update shebang --- day-01/day-01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day-01/day-01.py b/day-01/day-01.py index 13b2762..4f63d5a 100644 --- a/day-01/day-01.py +++ b/day-01/day-01.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 from pathlib import Path