leo/examples/helloworld/README.md
2024-01-15 15:45:08 -08:00

294 B

Leo helloworld

Run Guide

To run this program, run:

leo run <function-name> <inputs>

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