Develop #1

Open
Sarazpr wants to merge 4 commits from develop into main
Showing only changes of commit e66ca8e06f - Show all commits
+1
View File
@@ -5,5 +5,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);
}
}