An open API service indexing awesome lists of open source software.

https://github.com/mingderwang/leo-hello-world


https://github.com/mingderwang/leo-hello-world

Last synced: 5 months ago
JSON representation

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