diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 63125711781b388471d0f8c5d8e2a1260c1b3226..43842072ec2fd0d7ea917cd37d785b259bdbb9c4 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