Update fichier-markdown.md

parent e26152c9
...@@ -29,4 +29,10 @@ Une ligne de `code` ...@@ -29,4 +29,10 @@ Une ligne de `code`
3. item 3. item
## Sous-partie 3 : code ## Sous-partie 3 : code
# Extrait de code Voici un code en C :
\ No newline at end of file
int main()
{
printf("Extrait de code\n");
return 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment