#======================================#
[                                      ]
[  Team Name: TuBieWuJiXian            ]
[                                      ] 
[  Team Members: Hongwei Xi            ] 
[                Dengping Zhu          ]
[                Chiyan Chen           ]
[                                      ]  
#======================================#


1. Our source program is named "icfpcontest02.ml", which is located in the
"source" directory.  Our program is written in Ocaml.
 

2. Ocaml compiler is needed to compile our program.  We can compile our
program on Redhat linux 7.3.

3. To compile our program, type the following command line: 

buildme

4. To run our program, type the following command line in the same
directory:

./runme hostname port_number

where "hostname" is the host name (or IP address) of the server, and
"port_number" is the port number to access the service provided by the
server.
