This commit is contained in:
2026-03-30 09:25:54 -04:00
parent 6c2d865d96
commit 5e3b122ab1

View File

@@ -92,6 +92,7 @@ def dfs(maze: TurtleMaze) -> bool:
maze.updatePosition(stack.peek())
return False
def main():
maze = TurtleMaze('maze_1.txt')