Skip to content

Coveros-GitHub-Sandbox/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HelloWorld

A simple Java application that can be compiled into a .jar file using Maven.

To build

mvn clean package

To run

java -cp target/helloworld-1.1.jar com.coveros.demo.helloworld.HelloWorld