leo-lang 3.3.0

The Leo programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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>
```