Class HelloWorld_CS401_Gradle
java.lang.Object
HelloWorld_CS401_Gradle
public class HelloWorld_CS401_Gradle
extends java.lang.Object
- Since:
- 2020 Description: This is the proverbial "Hello World" application and is being developed to showcase some of the tools used in CS401 Software Engineering.
- Version:
- 1.0
- Author:
- Lynne Grewe
-
Constructor Summary
Constructors Constructor Description HelloWorld_CS401_Gradle()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
main method that simply outputs to standard output "Hello World" message
-
Constructor Details
-
HelloWorld_CS401_Gradle
public HelloWorld_CS401_Gradle()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)main method that simply outputs to standard output "Hello World" message- Parameters:
args
- No arguments are used or expected
-