test
This commit is contained in:
parent
4684bb2bde
commit
21fd7fda58
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user