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