Class Main
java.lang.Object
Main
The `Main` class is the entry point for the application. It contains the `main` method to start the application.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method that serves as the entry point for the application.- Parameters:
args
- Command-line arguments passed to the application (not used in this application).
-