/HelloWorldJava

Simple hello world java exercise.

Primary LanguageJava

Hello World Java exercise

Complete the tasks below.

  1. Create a simple Java class that outputs 'hello world' to the std output. The class file has already been created for you.

  2. Push your solution back to your assignment GitHub repo.

  3. Check to see if the commit passes the tests (green dot), or if it fails (red X). If it fails repeat from step 1. If it passes continue to next step.

  4. Grab a cup of coffee and feel smug about completing the exercise.