implement project

This commit is contained in:
2026-05-19 21:37:30 +03:30
parent 54f96e8fb9
commit 32e3d90a1b
4 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ import javafx.application.Application;
public class Launcher {
public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class)
Application.launch(Main.class);
}
}