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
$ ./bin/reciper example/demo
# To produce :
# - 3 a
# - 2 b
# Steps
#
# Get :
# - 17 c
# 3 a
# ├─6 c
# └─9 b
# └─9 c
# 2 b
# └─2 c
#
# Intermediaries
#
# 3 a
# 11 b
#
# Inputs
#
# 17 c
#
```