https://github.com/markpatterson27/helloworldjava
Simple hello world java exercise.
https://github.com/markpatterson27/helloworldjava
Last synced: about 1 year ago
JSON representation
Simple hello world java exercise.
- Host: GitHub
- URL: https://github.com/markpatterson27/helloworldjava
- Owner: markpatterson27
- Created: 2020-06-15T09:23:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T10:16:05.000Z (about 6 years ago)
- Last Synced: 2025-01-27T09:09:23.870Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
1. Push your solution back to your assignment GitHub repo.
1. 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.
1. Grab a cup of coffee and feel smug about completing the exercise.