This commit is contained in:
Simoes Lukas
2025-11-03 12:30:52 +01:00
parent 9c4ca5bcda
commit eda3aaf143
6 changed files with 103 additions and 0 deletions

View File

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