mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
fix the print on 42 in the maze
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
WIDTH=10
|
||||
HEIGHT=10
|
||||
WIDTH=15
|
||||
HEIGHT=15
|
||||
ENTRY=1,1
|
||||
EXIT=10,10
|
||||
EXIT=5,7
|
||||
OUTPUT_FILE=con
|
||||
PERFECT=True
|
||||
GENERATOR=DFS
|
||||
|
||||
Reference in New Issue
Block a user