leo/examples/palindrome/README.md

21 lines
223 B
Markdown
Raw Normal View History

# 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
```