Formatting
This commit is contained in:
@@ -72,6 +72,8 @@ def part_1() -> None:
|
||||
# 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?
|
||||
|
||||
|
||||
def part_2() -> None:
|
||||
idx = 0
|
||||
steps = 0
|
||||
|
||||
Reference in New Issue
Block a user