Formatting
This commit is contained in:
parent
10844bf071
commit
ee1061ea72
@ -72,6 +72,8 @@ def part_1() -> None:
|
|||||||
# the offset values after finding the exit are left as 2 3 2 3 -1.
|
# the offset values after finding the exit are left as 2 3 2 3 -1.
|
||||||
|
|
||||||
# How many steps does it now take to reach the exit?
|
# How many steps does it now take to reach the exit?
|
||||||
|
|
||||||
|
|
||||||
def part_2() -> None:
|
def part_2() -> None:
|
||||||
idx = 0
|
idx = 0
|
||||||
steps = 0
|
steps = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user