
  ICFP Programming Contest 2002 Entry
  -----------------------------------

  Team name:	TomZ

  Program name: TomZBot

  Team members: Tomasz Zielonka (Warsaw, Poland)
  		<t.zielonka@students.mimuw.edu.pl>

  Language: 	Haskell98 with GHC extensions (unboxed arrays, ST monad)

  Compiler:	GHC 5.04

  Algorithm:	Game state change tracking + simple heuristic

  Errors:	My robot doesn't care about other robots :)
  		It always bids 1.
		I failed to come up with an elegant algorithm :(

  Notes:	This is the first program of this size I've written entirely in
  		Haskell.

