
	Congratulations on working TAR correctly!!!

Now your task is to experiment with and learn about the debugger called gdb.

There are 3 exercises to complete.  Each involve using gdb to debug
common errors found in C programs.  The exercises are found in the
following directories bug1, bug2, bug3:

	bug1... Debug a simple C program using gdb.
	bug2... Debug Computation of Q(x)
	bug3... Debug a C program using gdb.

Complete the exercises in the order listed, following the instructions
given in the README files in each directory.  Complete one exercise before
moving onto the next.

