Package org.example

Class Main

java.lang.Object
org.example.Main

public class Main extends Object
This is the main class of the program. It contains the entry point of the application.
Since:
2024-06-01
Version:
1.0
Author:
Dean
  • Method Details

    • main

      public static void main(String[] args)
      The main method is the entry point of the application. It is called when the program starts.
      Parameters:
      args - Command line arguments. Not used in this example.