Branch maxime #8
1 changed files with 0 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
import fr.myny.grid.BuildGrid;
|
|
||||||
|
|
||||||
public class test{
|
|
||||||
public static void main(String[] args){
|
|
||||||
BuildGrid grid = new BuildGrid(5);
|
|
||||||
grid.putValue(15.5F, 2,3);
|
|
||||||
grid.displayGrid();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in a new issue