aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-23 22:38:37 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-23 22:38:37 +0200
commit8932f7f55aa2c9901aa26f6e963b34245b50a413 (patch)
treeb775112931c70a83103e4e8abf611c8369522f32 /README.md
parentPOC completed (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2bb1a35..e89d441 100644
--- a/README.md
+++ b/README.md
@@ -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 ->