From cb3c86e9b160cfa3214b4000cc2ee016ea9a0c26 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 13 Dec 2022 16:09:45 +0100 Subject: [PATCH] conditions done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baa12d6..8bd6ff9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ make test - [x] Type `string` - [x] Déclaration / assignation de variables - [x] Librairie standard (multiplication, addition, comparateur, print, ...) -- [ ] Conditions +- [x] Conditions - [ ] Boucles - [x] Fonctions utilisateurs (arguments et valeur de retour typé)