Big Java example project "ch01"

You can use this project as follows:

 - compile the Hello class
 - invoke the main method of the compiled Hello class by right-clicking on the class
 representation and selecting the main method.
 
This project illustrates concepts covered in Big Java, Chapter 1 
"Introduction".

 - to become familiar with your computing environment and your compiler
 - to compile and run your first java program