ADD(main): expected output in file test.txt

This commit is contained in:
2026-03-25 17:48:18 +01:00
parent a408004bd7
commit e33d0a8e29
4 changed files with 37 additions and 26 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
WIDTH=30
HEIGHT=30
ENTRY=0,0
EXIT=19,14
ENTRY=1,1
EXIT=29,29
OUTPUT_FILE=maze.txt
PERFECT=True
GENERATOR=Kruskal