0.0.9 • Published 3 days ago

auto-judge v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 days ago

auto-judge

Automatic compilation, execution, and I/O testing of online judge source code.

For now, only boj is supported.

This program is a beta version, and errors may occur :(

If you find a bug, please leave an issue! :)

Install

npm install -g auto-judge

Usage

auto-judge [platform] [id] [sourceFile]

Example

auto-judge boj 1000 main.cpp

image

If you want to run only one test case, enter the number of the case you want to test after the -t option.

auto-judge boj 1000 main.cpp -t 1
0.0.9

3 days ago

0.0.8

17 days ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago