summaryrefslogtreecommitdiff
path: root/2022
diff options
context:
space:
mode:
authornekineki <nekineki@nekineki.net>2022-12-11 22:17:52 +0100
committernekineki <nekineki@nekineki.net>2022-12-11 22:17:52 +0100
commit1732724c991604703a3bf7811789a426f1bcb750 (patch)
tree2bffcc548cba32e6bd40cc2fd71213c93523eb2b /2022
parent18c3df253973750ed7911e259ee9beac68715004 (diff)
update template
Diffstat (limited to '2022')
-rwxr-xr-x2022/tpl.py (renamed from 2022/tpl/asd.py)4
-rw-r--r--2022/tpl/pzl.txt0
-rw-r--r--2022/tpl/ref.txt0
3 files changed, 2 insertions, 2 deletions
diff --git a/2022/tpl/asd.py b/2022/tpl.py
index 9e4bd95..23c5987 100755
--- a/2022/tpl/asd.py
+++ b/2022/tpl.py
@@ -6,8 +6,8 @@ from re import findall
from copy import deepcopy
import sys
-filename = "ref.txt"
-# filename = "pzl.txt"
+filename = "in/day .ref"
+# filename = "in/day .pzl"
data = open(filename).read()
lines = [line for line in data.rstrip('\n').split('\n')]
print(lines)
diff --git a/2022/tpl/pzl.txt b/2022/tpl/pzl.txt
deleted file mode 100644
index e69de29..0000000
--- a/2022/tpl/pzl.txt
+++ /dev/null
diff --git a/2022/tpl/ref.txt b/2022/tpl/ref.txt
deleted file mode 100644
index e69de29..0000000
--- a/2022/tpl/ref.txt
+++ /dev/null