Compile and run untrusted program securely (?)
// request
{
"source_code":"print(sum([int(i) for i in input().split()]))",
"langauge":"python3",
"stdin":"3 4 5"
}
// response
{
"stdout":"12\n"
}
- C
- C++
- Python3
- Haskell
- Java
Running inside docker need --privileged
option