public class App
extends Object
simple main class
- Since:
- 1.0.0
- Version:
- 3.0.0
-
Constructor Summary
Constructors
-
Method Summary
creates the "Hello World!"
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
main
simple main method
- Parameters:
args - arguments given by the console
- Since:
- 1.0.0
-
helloWorld
creates the "Hello World!"
String
- Returns:
- a
String with the "Hello World!" greeting
- Since:
- 1.0.0