/test-maven-app

"Hello World" on Java

Primary LanguageJava

Java "hello world" program

This repository contains very trivial program on Java. To build and run this program, follow the instruction:

$ mvn package
$ java -cp target/hello.jar com.example.hello.Hello
Hello, world!

Note that you should have to install JDK 8 and Maven as prerequisite.