Fnorb ``Hello World'' example.

The files for this example are located in the examples/hello-world
directory, the following instructions assume that you are in that
directory and have a working Fnorb installation.

1. Create the Stub and Skeleton Modules
   Type in:
   $ fnidl HelloWorld.idl

2. Start the Server
   Type in:
   $ python server.py

3. Run the Client
   Open up another window and type:
   $ python client.py

To shutdown the server, simply bring the server window to focus and press control-C.

