fix the print on 42 in the maze

This commit is contained in:
Maoake Teriierooiterai
2026-04-03 14:20:01 +02:00
parent 0045def73b
commit 11947db62f
2 changed files with 10 additions and 7 deletions
+3 -3
View File
@@ -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