Package me.simulation
Class SuperStart
java.lang.Object
me.simulation.SuperStart
Required for a maven and .jar file
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SuperStart
public SuperStart()
-
-
Method Details
-
main
The entry point of the application. This method is the main entry point for the application. It prints a prompt and a welcome message, then calls the `ApplicationMain.main` method to start the application.- Parameters:
args
- the command-line arguments- Throws:
InterruptedException
- if the main thread is interrupted while sleeping
-