Skip to content

Commit b2e5bd6

Browse files
committed
change readme
1 parent 4373e8d commit b2e5bd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ cee
4949
});
5050
```
5151

52+
### execute(_input_, _language_) → Promise<String>
53+
54+
Returns the result (stdout) of the executed code. If stderr is not empty, an exception will be thrown with the content of stderr.
55+
56+
_input_: string – The code you want to execute.
57+
58+
_language_: cee.Language – Pass the language the code is written in, for example `cee.languages.PYTHON3`
59+
5260
<a name="supported-languages"/>
5361

5462
## Supported Languages

0 commit comments

Comments
 (0)