leo/examples/helloworld
2023-02-16 09:13:51 -08:00
..
inputs update helloworld 2022-08-05 18:38:50 -07:00
src More examples 2022-10-06 00:17:51 -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