diff options
| author | mhsn <mail@mhsn.net> | 2025-12-01 18:55:16 +0000 |
|---|---|---|
| committer | mhsn <mail@mhsn.net> | 2025-12-01 18:55:16 +0000 |
| commit | a4df9089156c21c6d081da7edf6a51ec5bcd502e (patch) | |
| tree | 3796e4a2d432abe34c9194fc66775b663c7a507f | |
| parent | 705312646e284da4062e8dbfe8d17c804c5514ba (diff) | |
| download | aoc-a4df9089156c21c6d081da7edf6a51ec5bcd502e.tar.gz aoc-a4df9089156c21c6d081da7edf6a51ec5bcd502e.zip | |
fix template shebang
| -rw-r--r-- | template/python.py | 2 |
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 |
