Package main

Class Main

java.lang.Object
main.Main

public class Main extends Object
Main class simply holds the entry point of the program.
Since:
2023-02
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      The main function is the entry point of the program.
      Parameters:
      args - arguments
      Throws:
      IOException