test
This commit is contained in:
parent
4684bb2bde
commit
21fd7fda58
@ -30,7 +30,7 @@ int solve_maze(char* maze, int size) {
|
|||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
printf("\nend %d\n\n", size);
|
printf("\nend %d\n\n", size);
|
||||||
|
/*
|
||||||
int posY = 0, posX = 0;
|
int posY = 0, posX = 0;
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
@ -125,6 +125,7 @@ int solve_maze(char* maze, int size) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user