code_runner v0.1.1
CodeRunner
CodeRunner is the public interface module of this application.
Executes given Elixir code in a sandbox environment concurrently and returns the result in string format
Executes given Elixir code in a sandbox environment concurrently and returns the result in string format.
Examples
iex> CodeRunner.run("3+5")
"8\n"