diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 9d2fdabfe4b9a902c951e8191965cd21818d84c9..de32f4bdb0edf0f5a6047b3ee23830027fa1470f 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -29,4 +29,10 @@ Une ligne de `code` 3. item ## Sous-partie 3 : code - # Extrait de code \ No newline at end of file +Voici un code en C : + + int main() + { + printf("Extrait de code\n"); + return 0; + } \ No newline at end of file