leo/examples/helloworld/README.md
2022-08-04 04:45:47 +02:00

249 B

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