https://github.com/mingderwang/leo-hello-world
https://github.com/mingderwang/leo-hello-world
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mingderwang/leo-hello-world
- Owner: mingderwang
- Created: 2021-07-14T14:22:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T14:44:45.000Z (almost 5 years ago)
- Last Synced: 2025-08-04T10:01:45.888Z (11 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-world
## 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
```