From 19732d481c3647410fcd7577cd926f3b8af5f4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20El=20Kharroubi?= <michael.el-kharroubi@hesge.ch> Date: Thu, 15 Feb 2024 13:07:18 +0100 Subject: [PATCH] Add rustlings --- book/src/part08.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/src/part08.md b/book/src/part08.md index 1e625a8..8790654 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