This commit is contained in:
EmmanuelTiamzon
2025-09-30 11:38:19 +02:00
parent c127c2264c
commit 07d07c2af1
6 changed files with 11 additions and 13 deletions

View File

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