setup
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
def part1():
|
||||
file = open("input.txt")
|
||||
file = open("input_test.txt")
|
||||
|
||||
preamble_length = 5
|
||||
|
||||
for line in file:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user