2022-08-02 02:04:00 +03:00
|
|
|
# Leo helloworld
|
|
|
|
|
2023-07-20 04:04:09 +03:00
|
|
|
## Run Guide
|
2022-08-02 02:04:00 +03:00
|
|
|
|
2023-07-20 04:04:09 +03:00
|
|
|
To run this program, run:
|
2022-07-12 22:48:51 +03:00
|
|
|
```bash
|
2023-07-20 04:04:09 +03:00
|
|
|
leo run main
|
2022-07-12 22:48:51 +03:00
|
|
|
```
|
2022-08-02 02:04:00 +03:00
|
|
|
|
2023-07-20 04:04:09 +03:00
|
|
|
## Execute Guide
|
|
|
|
|
|
|
|
To execute this program, run:
|
2022-08-02 02:04:00 +03:00
|
|
|
```bash
|
2023-07-20 04:04:09 +03:00
|
|
|
leo execute main
|
2022-08-04 05:45:47 +03:00
|
|
|
```
|
2023-07-20 04:04:09 +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
|