leo/examples/helloworld/README.md

21 lines
273 B
Markdown
Raw Normal View History

# Leo helloworld
## Run Guide
To run this program, run:
```bash
leo run main
```
## Execute Guide
To execute this program, run:
```bash
leo execute main
2022-08-04 05:45:47 +03:00
```
2022-08-04 05:45:47 +03:00
## Overview
This example shows how to sum two u32 numbers.
It takes the input data from inputs/helloworld.in