Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 647 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 647 Bytes

Super Supreme Library

Build Status Standard - JavaScript Style Guide

Compile and run untrusted program securely (?)

API

// request
{
  "source_code":"print(sum([int(i) for i in input().split()]))",
  "langauge":"python3",
  "stdin":"3 4 5"
}

// response
{
  "stdout":"12\n"
}

Supported langauges

  • C
  • C++
  • Python3
  • Haskell
  • Java

Docker

Running inside docker need --privileged option