Hello World in Java

This is one of the mlh daily challenge "hello world in a new language".

To run this simply do this in your Terminal(after installing Java)

First Compile the code

$ javac Hello.java

That will compile the java program and a new file called Hello.class will be created.

To Run the Hello.java program

$ java Hello

And this will output Hello World!

Hello, World!

Built With

Share this project:

Updates