From d8ce94bfa91ac19e051a522abdbd936653310b90 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 13 Dec 2022 15:02:49 +0100 Subject: [PATCH] string done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 034c016..baa12d6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ make test - [x] Type `int` - [x] Type `bool` -- [ ] Type `string` +- [x] Type `string` - [x] Déclaration / assignation de variables - [x] Librairie standard (multiplication, addition, comparateur, print, ...) - [ ] Conditions