leo/examples/message/README.md

17 lines
253 B
Markdown
Raw Normal View History

2022-09-30 20:37:29 +03:00
# Leo message struct
A basic example showing how to declare a struct in the Leo language.
## Run Guide
To run this program, run:
```bash
2023-09-29 20:00:07 +03:00
leo run main <inputs>
```
## Execute Guide
To execute this program, run:
```bash
2023-09-29 20:00:07 +03:00
leo execute main <inputs>
```