This commit is contained in:
2020-12-09 09:08:23 +01:00
parent 3a6f8da27c
commit d71ddee664

View File

@@ -1,5 +1,7 @@
def part1(): def part1():
file = open("input.txt") file = open("input_test.txt")
preamble_length = 5
for line in file: for line in file:
pass pass