read.me 610 B

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