leo/examples/message/README.md
2024-01-15 15:45:08 -08:00

17 lines
253 B
Markdown

# Leo message struct
A basic example showing how to declare a struct in the Leo language.
## Run Guide
To run this program, run:
```bash
leo run main <inputs>
```
## Execute Guide
To execute this program, run:
```bash
leo execute main <inputs>
```