This commit is contained in:
Peter Petrek 2022-01-14 02:40:46 +01:00
parent 4684bb2bde
commit 21fd7fda58

View File

@ -30,7 +30,7 @@ int solve_maze(char* maze, int size) {
printf("\n");
}
printf("\nend %d\n\n", size);
/*
int posY = 0, posX = 0;
while (1) {
@ -126,5 +126,6 @@ int solve_maze(char* maze, int size) {
return 1;
}
}
}*/
return 0;
}