Verdict - maratona-run-time/maratona-runtime GitHub Wiki
Verdict
Verdict is used by Orchestrator.
API
Post on /
Return the verdict of the process of compiling and executing.
| Parameters | Description | Extra information |
|---|---|---|
| language[string] | The language for compilation | The available language is C, C++, C++11, Python, Go |
| source[file] | The file for compilation | |
| inputs[list of files] | The inputs for execution | The extension of the file need to be .in and the filename without the extension must also happen in the output |
| outputs[list of files] | The outputs to check with after execution | The extension of the file need to be .out and the filename without the extension must also happen in the input |