update example

This commit is contained in:
JOLIMAITRE Matthieu 2025-05-06 00:51:18 +02:00
parent 4aab03fd98
commit 83b98ea643

View file

@ -33,11 +33,22 @@ The output is :
```sh ```sh
$ ./bin/reciper example/demo $ ./bin/reciper example/demo
# To produce : # Steps
# - 3 a #
# - 2 b # 3 a
# # ├─6 c
# Get : # └─9 b
# - 17 c # └─9 c
# # 2 b
# └─2 c
#
# Intermediaries
#
# 3 a
# 11 b
#
# Inputs
#
# 17 c
#
``` ```