leo/examples/helloworld
2022-08-04 04:45:47 +02:00
..
imports add import example, remove directory nesting, improve examples readme 2022-08-01 16:04:00 -07:00
inputs impl leo run foo to target program names 2022-07-16 17:38:07 -07:00
src add import example, remove directory nesting, improve examples readme 2022-08-01 16:04:00 -07:00
.gitignore update revs, improve error handling, remove unused code 2022-07-12 12:48:51 -07:00
program.json all the right files in all the right places 2022-07-15 14:00:52 -07:00
README.md update helloworld readme example 2022-08-04 04:45:47 +02:00

Leo helloworld

Build Guide

To compile this program, run:

leo build

To run this program, run:

leo run main

Overview

This example shows how to sum two u32 numbers.

It takes the input data from inputs/helloworld.in