complete all tasks

This commit is contained in:
2026-05-17 22:31:44 +03:30
parent 54f96e8fb9
commit ca017e3310
5 changed files with 42 additions and 15 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);
}
}