Formatting

This commit is contained in:
David Doblas Jiménez 2022-03-02 10:23:34 +01:00
parent 10844bf071
commit ee1061ea72

View File

@ -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