read.me 572 B

123456789101112131415161718
  1. TESTLIB
  2. == What is it? ==
  3. Testlib is simple library which helps you to write
  4. * checkers
  5. * validators
  6. * generators
  7. for programming competitions problems.
  8. You can find latest release of the library on http://code.google.com/p/testlib/
  9. Problem development management system Polygon completely supports testlib.
  10. == How to use? ==
  11. Easest way is to read c++ sources in the checkers/, validators/ and generators/ folders.
  12. Also classes and methods in testlib have documentation.
  13. Thanks for using testlib,
  14. Mike Mirzayanov
  15. <mirzayanovmr@gmail.com>