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
# src/twoadicity.leo

## Run Guide

To run this program, run:
```bash
leo run main <inputs>
```

## Execute Guide

To execute this program, run:
```bash
leo execute main <inputs>
```