From 43272de3e65bd4acc6524053fe9d29347a0a6ea6 Mon Sep 17 00:00:00 2001 From: Pascal Lais Date: Mon, 6 Dec 2021 07:42:10 +0100 Subject: [PATCH] Update shebang --- day-05/day-05.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day-05/day-05.py b/day-05/day-05.py index 8ddee59..e28aecf 100644 --- a/day-05/day-05.py +++ b/day-05/day-05.py @@ -1,4 +1,4 @@ -#!/usr/bin/phyton3 +#!/usr/bin/env phyton3 from pathlib import Path from collections import defaultdict