java.lang.Object
me.chrisswr1.test.App
simple main class
- Since:
- 1.0.0
- Version:
- 3.0.40
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
simple main method- Parameters:
args- arguments given by the console- Since:
- 1.0.0
-
hello
creates aStringto greet a caller- Parameters:
caller- the name of the caller to greet- Returns:
- a
Stringgreeting to the caller - Since:
- 3.0.40
-
helloWorld
creates the "Hello World!"String- Returns:
- a
Stringwith the "Hello World!" greeting - Since:
- 1.0.0
-