Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 368 Bytes

README.rst

File metadata and controls

13 lines (9 loc) · 368 Bytes

Simple judge tool for OI contests

LimeJudge is a simple OI judge for Linux.

You will need Python 3.4+, PyYAML, docopt and termcolor to run this program.

Warning: This program doesn't have any sandbox. You should only run it with trusted code.

It doesn't work well with programs that use multiple threads or spawn other processes.