summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/python.py (renamed from template/main.py)2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/main.py b/template/python.py
index 9f1d48e..48a639b 100644
--- a/template/main.py
+++ b/template/python.py
@@ -1,3 +1,5 @@
+#/usr/bin/env python3
+
from fileinput import input
lines = [line.strip() for line in input()]