ajout tp4

This commit is contained in:
Simoes Lukas
2025-09-25 14:02:11 +02:00
parent 3b7b5533c1
commit 3393bcafca
24 changed files with 88 additions and 0 deletions

View File

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