mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
17 lines
253 B
Markdown
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>
|
|
```
|