Skip to content

Commit e3d42c1

Browse files
author
Gene Gotimer
committed
Added a README
1 parent c51f661 commit e3d42c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
HelloWorld
2+
==========
3+
4+
A simple Java application that can be compiled into a .jar file using Maven.
5+
6+
To build
7+
--------
8+
mvn clean package
9+
10+
To run
11+
------
12+
java -cp target/helloworld-1.0.jar com.coveros.demo.helloworld.HelloWorld

0 commit comments

Comments
 (0)