leo/examples/message/README.md

17 lines
235 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
leo run main
```
## Execute Guide
To execute this program, run:
```bash
leo execute main
```