Launcher and test completed.

This commit is contained in:
2026-06-02 14:12:04 +03:30
parent 58bc71aeb1
commit a535e0a52a
+1 -1
View File
@@ -6,5 +6,5 @@ public class Launcher {
public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class) }
Application.launch(MusicApp.class, args);
}
}
}