summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-12-01 18:55:16 +0000
committermhsn <mail@mhsn.net>2025-12-01 18:55:16 +0000
commita4df9089156c21c6d081da7edf6a51ec5bcd502e (patch)
tree3796e4a2d432abe34c9194fc66775b663c7a507f
parent705312646e284da4062e8dbfe8d17c804c5514ba (diff)
downloadaoc-a4df9089156c21c6d081da7edf6a51ec5bcd502e.tar.gz
aoc-a4df9089156c21c6d081da7edf6a51ec5bcd502e.zip
fix template shebang
-rw-r--r--template/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/python.py b/template/python.py
index 48a639b..2433ac7 100644
--- a/template/python.py
+++ b/template/python.py
@@ -1,4 +1,4 @@
-#/usr/bin/env python3
+#!/usr/bin/env python3
from fileinput import input