diff --git a/examples/helloworld/README.md b/examples/helloworld/README.md index e04a14969b..0a9324edb5 100644 --- a/examples/helloworld/README.md +++ b/examples/helloworld/README.md @@ -9,5 +9,10 @@ leo build To run this program, run: ```bash -leo run -``` \ No newline at end of file +leo run main +``` +## Overview + +This example shows how to sum two u32 numbers. + +It takes the input data from inputs/helloworld.in \ No newline at end of file