This commit is contained in:
EmmanuelTiamzon
2025-09-30 11:15:03 +02:00
parent 7019a3b7ea
commit f389f98e24
6 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
public class Main {
public static void main(String[] args) {
Vue vue = new Vue();
Controleur controleur = new Controleur();
}
}