mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-17 02:23:23 +01:00
template
This commit is contained in:
parent
4a732899f6
commit
8b3fe11f20
@ -15,6 +15,10 @@ def read_input(filename):
|
||||
with open(data) as f:
|
||||
return f.read().strip()
|
||||
|
||||
|
||||
test = read_input('test.txt')
|
||||
data = read_input('input.txt')
|
||||
|
||||
# 1
|
||||
print('1.')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user