Skip to content
Snippets Groups Projects
Commit e12280b2 authored by HydroFlo's avatar HydroFlo
Browse files

reparation bug

parent ee5f72ae
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -410,7 +410,6 @@ class Labyrinthe extends Program{ ...@@ -410,7 +410,6 @@ class Labyrinthe extends Program{
if(tab[i][j] == c){ if(tab[i][j] == c){
return new int[]{i,j}; return new int[]{i,j};
} }
println();
} }
} }
return new int[]{0,0}; return new int[]{0,0};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment