From 6f02f18332a9987ed4521cae850451a520aa0f22 Mon Sep 17 00:00:00 2001 From: 112b21c4e04e286347cd3469fa80380e <112b21c4e04e286347cd3469fa80380e@app-learninglab.inria.fr> Date: Mon, 12 May 2025 18:10:13 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index d577da5..b2a2e92 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") ``` -- 2.18.1