1
Fork 0
hare-playground/live.hurl
2024-06-01 16:46:01 +02:00

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"
}
}
```