diff --git a/module1/exo2/fichier-markdown-exo2.md b/module1/exo2/fichier-markdown-exo2.md index 328c3bc51a4912f8ceaa040694d0cdf039c32f99..4dad30d4c4762fc7e5c6964fba6a877d6f9f9ab3 100644 --- a/module1/exo2/fichier-markdown-exo2.md +++ b/module1/exo2/fichier-markdown-exo2.md @@ -8,9 +8,9 @@ Une phrase sans rien **Une phrase en gras** -[funMooc](https://www.fun-mooc.fr/fr/) +Un lien vers [fun-Mooc.fr](https://www.fun-mooc.fr/fr/) -print("Hello world!") +Une ligne de `code` ## Sous-partie 2 : listes @@ -30,3 +30,6 @@ print("Hello world!") ## Sous-partie 3 : code +``` +# Extrait de code +``` \ No newline at end of file