This website requires JavaScript.
Explore
Help
Sign In
dece
/
AdventOfCode
Watch
1
Star
0
Fork
You've already forked AdventOfCode
0
Code
Issues
Pull requests
Releases
Activity
edb6be7997
AdventOfCode
/
template.py
5 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
Shorter Python template (also 2018 day 5 to test)
2021-12-10 17:24:01 +01:00
with
open
(
"
input
{day}
.txt
"
)
as
f
:
lines
=
[
line
.
rstrip
(
)
for
line
in
f
]
Improve new day scripts
2020-12-27 18:59:25 +01:00
Days 1 and 2
2021-12-02 10:48:47 +01:00
Reference in a new issue
Copy permalink