From ded8c00a1293d97fa7f6c26612d6354d8472ce60 Mon Sep 17 00:00:00 2001 From: Adam BONAFOS Date: Tue, 21 Jan 2025 08:56:50 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'TP1'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TP1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP1.md b/TP1.md index 088870c..017ea39 100644 --- a/TP1.md +++ b/TP1.md @@ -39,7 +39,7 @@ Legend | 🏅 | create a method with multiple return types | ✅ | | 🏅 | use tuples and named-tuples | ✅ | | 🏅 | use control-flow operators (switch, if-else, for-in, while...) | | -| 🏅 | use guard | | +| 🏅 | use guard | ✅ | | 🏅 | use closures | | | 🏅 | test types, properties and methods in a CLI project | | | 🏅 | write unit tests | |