ProgSoc / FuzzJudge

Randomised input Judging server for ProgComp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem fuzz+solver description to allow for env vars + validator

sunsetkookaburra opened this issue · comments

Example to cover some scenarios.

[fuzz]
exec = ["deno", "run", "fuzz.ts"]
env = { ABC = 2 }

[judge]
exec = ["deno", "run", "validate.ts"]

Simple example to static compare

[judge]
exec = ["diff", "solve.txt", "-"]