Compiler - maratona-run-time/maratona-runtime GitHub Wiki
Compiler
Compiler is used by the Verdict.
API
Post on /
Return a binary file of the compiled program.
| Parameters | Description | Extra information |
|---|---|---|
| language[string] | The language of the program | The available languages are C, C++, C++11, Python, Go |
| source[file] | The source code of the program |