Branch maxime #8

Merged
NyxiumYuuki merged 6 commits from Branch_Maxime into main 2021-02-01 19:37:03 +01:00
Showing only changes of commit fbfbc1b821 - Show all commits

View file

@ -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();
}
}