Skip to content
Snippets Groups Projects
Commit 2937408f authored by BARBI HUGO's avatar BARBI HUGO
Browse files

Debug Packages

parent d5cf03d1
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<workItem from="1606917997099" duration="113000" /> <workItem from="1606917997099" duration="113000" />
<workItem from="1606918163106" duration="94000" /> <workItem from="1606918163106" duration="94000" />
<workItem from="1607006873797" duration="2810000" /> <workItem from="1607006873797" duration="2810000" />
<workItem from="1607010556720" duration="433000" /> <workItem from="1607010556720" duration="692000" />
</task> </task>
<servers /> <servers />
</component> </component>
......
...@@ -2,5 +2,10 @@ package puissance4.model; ...@@ -2,5 +2,10 @@ package puissance4.model;
public class Grille public class Grille
{ {
private final int nbCases = 42;
private int[][] grille;
private final int ligne = ;
private final int colonne;
public Grille (taille, ligne)
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment