Java Tutorial Lesson 01: println
From Erlands Wiki
Create a simple java class “Game” that can be called as:
java Game
The implementation can be done inside the main method and it does not have to be separated into any other methods.
It should create this output:
Lesson 1 ---------- | | | | | | ----------
