This commit is contained in:
EmmanuelTiamzon
2025-09-26 11:12:16 +02:00
parent d93132096d
commit e1060e79bd
9 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args) {
GFenetre fenetre = new GFenetre();
}
}