12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
POST https://hare-exec.fly.dev/v1/exec
|
|
content-type: application/json
|
|
```
|
|
{
|
|
"sandbox": "hare",
|
|
"command": "run",
|
|
"files": {
|
|
"": "use fmt;\nexport fn main() void = {\nfmt::println(\"hello world\")!;\n};\n"
|
|
}
|
|
}
|
|
```
|