1
Fork 0
hare-playground/live.hurl

12 lines
237 B
Plaintext
Raw Normal View History

2024-05-24 23:17:00 +00:00
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"
}
}
```