This directory represents the starter files for the exercise.

The lib directory is empty. If you are not importing this into an IDE,
you will want to put a copy of junit.jar (version 3.8.1) into the 
lib directory to compile and run the unit tests.

Assiming that you have "ant" on your path, you may build with the command line
    ant

If you have "java" on your path, you may run the MadHamlet main with the 
command line
    java -cp classes hw5.MadHamlet
    
Of course, until you add certain portions of the homework, the files as
delivered will not quite compile and run.
