From 995f1855902142bba2d8a7efd7be71337b1dfb1a Mon Sep 17 00:00:00 2001 From: cdb04ccdf69ff8802dc205af5c18f029 Date: Sun, 12 Oct 2025 13:39:53 +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 6312571..4384207 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -20,7 +20,7 @@ __Je suis en gras__, **et moi aussi** ## Code comme sur obsidian -'''C +```C #include int main(){ @@ -28,4 +28,4 @@ int main(){ return 0; } -''' \ No newline at end of file +``` \ No newline at end of file -- 2.18.1