Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 364 Bytes

README.md

File metadata and controls

41 lines (19 loc) · 364 Bytes

API Execute Code

API to execute code and return whether code result in error ou success.

Request

  • Method: POST.
  • Params: code, lang.

Return:

{"status": "error"};
{"status": "noerror"}

Language supported

  • C

  • Python

Requirements

Interpreter or Compiler of languages.

Examples

Look sample.html