We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4373e8d commit b2e5bd6Copy full SHA for b2e5bd6
README.md
@@ -49,6 +49,14 @@ cee
49
});
50
```
51
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
60
<a name="supported-languages"/>
61
62
## Supported Languages
0 commit comments