added script for single file (to assist with debug)
This commit is contained in:
parent
66a370b634
commit
e7d56df745
6
bin/solve_file.py
Normal file
6
bin/solve_file.py
Normal file
@ -0,0 +1,6 @@
|
||||
import sys
|
||||
|
||||
from maze import parse_maze
|
||||
|
||||
m = parse_maze(open(sys.argv[1], 'r').read())
|
||||
print m.solve()
|
Loading…
Reference in New Issue
Block a user