diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index d577da50fc69a7f1029c409a3dbcd8cc45d9966d..b2a2e921c202372bacd9f909bc03c13cd3d62078 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,7 +8,7 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr] (https://www.fun-mooc.fr/) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` @@ -37,6 +37,6 @@ Liste numérotée ## Sous-partie 3 : code ``` -# print("bonjour la terre") + print("bonjour la terre") ```