feat: init VueGrille
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
*/
|
||||
package org;
|
||||
|
||||
import org.Models.Grille;
|
||||
import org.Views.VueGrille;
|
||||
|
||||
public class App {
|
||||
public String getGreeting() {
|
||||
return "Hello World!";
|
||||
@@ -10,5 +13,7 @@ public class App {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(new App().getGreeting());
|
||||
Grille grille = new Grille(10, 10);
|
||||
VueGrille vueGrille = new VueGrille(grille);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user