How to Use the Examples

The examples are meant to be read, run, changed, and restored.

Run one example

bashrco run examples/learn/01-hello-world/main.rco

Make one small change

Change a string, number, route, or assertion. Run the example again and compare the output. Small edits build confidence faster than rewriting the file from scratch.

Keep a scratch copy

When an example touches files, packages, databases, or generated artifacts, copy it into a scratch directory first. That lets you experiment freely without mixing your changes with guide source.

Use examples as patterns, not magic

Before copying code into a project, identify the shape you need: stack pipeline, binding, map mutation, result handling, capability flag, route, controller action, package manifest, or release command.