Skip to content

Commit

Permalink
Added a README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Gotimer committed Sep 8, 2018
1 parent c51f661 commit e3d42c1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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

0 comments on commit e3d42c1

Please sign in to comment.