leo/examples/helloworld
2023-10-19 21:02:05 -07:00
..
build [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
hello chore(leo): bump version for new release 2023-10-19 21:02:05 -07:00
inputs update helloworld 2022-08-05 18:38:50 -07:00
src More examples 2022-10-06 00:17:51 -07:00
.env [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
.gitignore [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
program.json [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
README.md [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00

Leo helloworld

Run Guide

To run this program, run:

leo run main

Execute Guide

To execute this program, run:

leo execute main

Overview

This example shows how to sum two u32 numbers.

It takes the input data from inputs/helloworld.in