//////////////////////////////////////////////////////////////////
//
//	TC problem.
//
//	Learn a T and a C drawn in a 3 pixel rect and rotated
//	by 90 degrees between each pattern
//
//  T's
//
//  ###  #     #     #
//   #   ###   #   ###
//   #   #    ###    #
//
//  C's
//
//  ###  ###  ###  # #
//  #    # #    #  # #
//  ###  # #  ###  ###
//
//////////////////////////////////////////////////////////////////


  COMPILING:
  
	make
	
  RUNNING:
  
  	make run

	NOTE: Be sure to setup correctly the CLASSPATH environement variable
	      and that JANETCLASS in Makefile is correct.
