From 056dbc06068e50d73c3e2dfc6f419256008273aa Mon Sep 17 00:00:00 2001 From: Alessandro Coglio Date: Wed, 3 Aug 2022 16:11:32 -0700 Subject: [PATCH] [examples] Enhance READMEs. --- examples/interest/README.md | 5 +++++ examples/interest2/README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/examples/interest/README.md b/examples/interest/README.md index c9fb67bcfc..2cc5d50cac 100644 --- a/examples/interest/README.md +++ b/examples/interest/README.md @@ -1,5 +1,10 @@ # interest.aleo +This program calculates interest over a fixed number of periods. + +We note that the Leo code is much more readable and writable than the +corresponding Aleo code, which can be seen in `build/main.aleo` after building. + ## Build Guide To compile this Aleo program, run: diff --git a/examples/interest2/README.md b/examples/interest2/README.md index a09c7b8d96..875464cf29 100644 --- a/examples/interest2/README.md +++ b/examples/interest2/README.md @@ -1,5 +1,10 @@ # interest2.aleo +This program calculates interest over a fixed number of periods. + +We note that the Leo code is much more readable and writable than the +corresponding Aleo code, which can be seen in `build/main.aleo` after building. + ## Build Guide To compile this Aleo program, run: