run_example
Compile and execute a built-in Turbo C example by providing its id. Optionally supply custom stdin to override default input.
Instructions
Compile and run a built-in example by id in one shot (uses its sample stdin when defined).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Example id, e.g. 'prime-sieve'. | |
| stdin | No | Override the example's sample stdin. |