Files
DEV/DEV3.2/TP03/03_Tableau/Main.java

6 lines
129 B
Java
Raw Permalink Normal View History

2025-10-16 16:23:43 +02:00
public class Main {
public static void main(String[] args) {
Fenetre fenetre = new Fenetre();
fenetre.setVisible(true);
}
}