diff --git a/module1/Exo2/fichier-markdown.md b/module1/Exo2/fichier-markdown.md index e151247f54a5db3eddb83d2f0f84509eef384762..52795e93ec04dfe2f74736a617763a5d4f2bd69f 100644 --- a/module1/Exo2/fichier-markdown.md +++ b/module1/Exo2/fichier-markdown.md @@ -4,7 +4,9 @@ Une phrase sans rien *Une phrase en italique* **Une phrase en gras** [fun-mooc](fun-mooc.fr) +``` print("code") +``` ## Sous-partie 2 : listes ### Liste à puce @@ -19,4 +21,6 @@ print("code") 3. Item 3 ## Sous-partie 3 : code -# print("code") \ No newline at end of file +``` +print("code") +``` \ No newline at end of file