diff options
author | 2018-05-23 22:38:37 +0200 | |
---|---|---|
committer | 2018-05-23 22:38:37 +0200 | |
commit | 8932f7f55aa2c9901aa26f6e963b34245b50a413 (patch) | |
tree | b775112931c70a83103e4e8abf611c8369522f32 /README.md | |
parent | POC completed (diff) |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ Python sandbox runners for executing code in isolation aka snekbox The user sends a piece of python code to a snekbox, the snekbox executes the code and sends the result back to the users. -As of 2018-05-22 (yyyy-mm-dd) it does not return the result, it simply outputs it to stdout. ``` user -> |