Skip to content

Commit 74490d9

Browse files
readme
1 parent 9967f54 commit 74490d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ bash build.sh
2424
## Examples
2525
The input JSON payload expects two parameters: `language` and a `files` array with each object in `files` containing a file `name` and code `content`.
2626

27+
The output will be a JSON payload with the following parameters: `stdout`, `stderr`, `error`, and `duration` which is the execution time in milliseconds.
28+
2729
##### Input
2830
```javascript
2931
{
@@ -43,7 +45,7 @@ The input JSON payload expects two parameters: `language` and a `files` array wi
4345
"stdout": "4\n",
4446
"stderr": "",
4547
"error": "",
46-
"duration": "37" // milliseconds
48+
"duration": "37"
4749
}
4850
```
4951

0 commit comments

Comments
 (0)