This is a simple Hello World application, to show you how to start writing code in Java.
$ git clone https://github.com/myjavacoretutorial/hello-world.git
$ javac HelloWorld.java
$ java HelloWorld
Hello World !!!
Read more about how to write your first Java application called HelloWorld here