Fin de tout

This commit is contained in:
Simoes Lukas
2025-03-17 10:11:05 +01:00
parent cf33623a5d
commit 6f2ea4a30a
30 changed files with 355 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
public class Main {
public static void main(String[] args) {
Fenetre fenetre = new Fenetre();
fenetre.setVisible(true);
}
}