Package me.simulation

Class SuperStart

java.lang.Object
me.simulation.SuperStart

public class SuperStart extends Object
Required for a maven and .jar file
  • Constructor Details

    • SuperStart

      public SuperStart()
  • Method Details

    • main

      public static void main(String[] args) throws InterruptedException
      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