From 4d1f19383a1e7fc266569f7884132c7f4f649837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20El=20Kharroubi?= <michael.el-kharroubi@hesge.ch> Date: Tue, 12 Sep 2023 22:57:32 +0200 Subject: [PATCH] Rustlings closures. --- book/src/part08.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/src/part08.md b/book/src/part08.md index 5785b79..b985a9c 100644 --- a/book/src/part08.md +++ b/book/src/part08.md @@ -12,6 +12,7 @@ Les concepts abordés dans cet exemple sont: - [Fonction d'ordre supérieur](#fonction-dordre-supérieur) - [Closures](#closures) - [Exemples d'utilisation avec les options](#exemples-dutilisation-avec-les-options) + - [Rustlings](#rustlings) ## Documentation @@ -230,3 +231,7 @@ Ici, nous avons 2 étapes : - Sinon si l'`max_val` contient une valeur, on affiche un message qui annonce que le maximum est paire. - Sinon, `max_val` est `None` et donc il n'y a pas de maximum. + +## Rustlings + +Il n'y a pas de rustlings à faire dans ce chapitre. \ No newline at end of file -- GitLab