mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-12-22 08:06:25 +00:00
template
This commit is contained in:
parent
1ae6dc847a
commit
a743be9875
@ -15,6 +15,10 @@ def read_input(filename):
|
|||||||
with open(data) as f:
|
with open(data) as f:
|
||||||
return f.read().strip()
|
return f.read().strip()
|
||||||
|
|
||||||
|
|
||||||
|
test = read_input('test.txt')
|
||||||
|
data = read_input('input.txt')
|
||||||
|
|
||||||
# 1
|
# 1
|
||||||
print('1.')
|
print('1.')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user