mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 15:31:32 +03:00
16 lines
183 B
Markdown
16 lines
183 B
Markdown
# 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>
|
|
```
|