mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
18 lines
249 B
Markdown
18 lines
249 B
Markdown
# Leo helloworld
|
|
|
|
## Build Guide
|
|
|
|
To compile this program, run:
|
|
```bash
|
|
leo build
|
|
```
|
|
|
|
To run this program, run:
|
|
```bash
|
|
leo run main
|
|
```
|
|
## Overview
|
|
|
|
This example shows how to sum two u32 numbers.
|
|
|
|
It takes the input data from inputs/helloworld.in |