13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
|
POST http://localhost:8080/v1/exec
|
||
|
content-type: application/json
|
||
|
origin: https://codapi.org
|
||
|
```
|
||
|
{
|
||
|
"sandbox": "hare",
|
||
|
"command": "run",
|
||
|
"files": {
|
||
|
"": "use fmt;\nexport fn main() void = {\nfmt::println(\"hello world\")!;\n};\n"
|
||
|
}
|
||
|
}
|
||
|
```
|