leo/examples/message/README.md

14 lines
207 B
Markdown

# Leo message circuit
A basic example showing how to declare a circuit in the Leo language.
## Build Guide
To compile this program, run:
```bash
leo build
```
To run this program, run:
```bash
leo run
```