This commit is contained in:
Simoes Lukas
2025-10-16 16:23:43 +02:00
parent ca833fec2f
commit 63a15fc6c7
25 changed files with 457 additions and 1 deletions

View File

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