mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
14 lines
207 B
Markdown
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
|
|
``` |