Skip to content

ganesh-0452/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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.0.jar com.coveros.demo.helloworld.HelloWorld

Releases

No releases published

Packages

No packages published

Languages