This commit is contained in:
Damián Korpesio 2022-01-05 12:32:42 +01:00
parent 91609450a7
commit c1498688c2
3 changed files with 1 additions and 0 deletions

View File

@ -83,5 +83,6 @@ int solve_maze(char* maze,int size) {
} }
} }
} }
maze[0] = '*';
return 1; return 1;
} }

Binary file not shown.

Binary file not shown.