mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 15:41:36 +03:00
21 lines
223 B
Markdown
21 lines
223 B
Markdown
|
# palindrome
|
||
|
|
||
|
## Build Guide
|
||
|
|
||
|
To compile this Leo program, run:
|
||
|
```bash
|
||
|
leo build
|
||
|
```
|
||
|
|
||
|
To test this Leo program, run:
|
||
|
```bash
|
||
|
leo test
|
||
|
```
|
||
|
|
||
|
## Development
|
||
|
|
||
|
To output the number of constraints, run:
|
||
|
```bash
|
||
|
leo build -d
|
||
|
```
|