diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b2789c98db201f16218f2596d2b578d196dec3b9..0eade6ffffcc6e737f4273f1a394e5d483e4b37b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -32,8 +32,8 @@ Une ligne de `print("Hello les gens !");` ## Sous-partie 3 : code ``` -$i= 0783202432; -echo("mon numero est le" .$i."!!"); +$i= "samsamy5334"; +echo("mon insta est " .$i."!! \n Ajoutez moi si vous voulez qu'on se capte !"); ```