From 7cf95a8a0616b16d33b905a85f0c2fcdd7fbf305 Mon Sep 17 00:00:00 2001 From: Valentin BOUVAREL Date: Thu, 17 Nov 2022 10:52:27 +0100 Subject: [PATCH] Update readme :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a57c1fc..eea710d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ GestForm is a FizzBuzz like challenge 😁 In this test we need to : - From a random (not pseudo random ?) list of number between -1000 to 1000 - For each we need to check: - - if divisible by 3 then display Gest + - if divisible by 3 then display Geste (note the ending char "e") - if divisible by 5 then display Forme (note the ending char "e") - - if divisible by 3 and 5 then display GestForm + - if divisible by 3 and 5 then display GestForm (not a concatenate of previous versions) - else display the number All files must be provided to be checked.