This commit is contained in:
cupcakearmy 2021-12-07 12:13:33 +01:00
parent 4a732899f6
commit 8b3fe11f20
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 4 additions and 0 deletions

View File

@ -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.')