added to main
This commit is contained in:
@@ -51,3 +51,6 @@ def main():
|
|||||||
|
|
||||||
neighbors = get_neighbors(maze, start)
|
neighbors = get_neighbors(maze, start)
|
||||||
print("Neighbors of start:", neighbors)
|
print("Neighbors of start:", neighbors)
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
Reference in New Issue
Block a user