Package org.example
Class Main
java.lang.Object
org.example.Main
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 Summary
-
Method Details
-
main
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.
-