Skip to content

Compiler

Alan Barzilay edited this page Dec 17, 2020 · 5 revisions

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

Clone this wiki locally