diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..2d724903c2043bff7b45447050bea916dc7d4a0f 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,19 @@ -test \ No newline at end of file +# Partie 1 + +## Sous partie 1-1 + +## Sous partie 1-2 + +**Ceci est un texte en gras** suivi d'un *teste en italique* + +[Github](https://www.bing.com/search?q=google.com&form=ANNTH1&refig=7ed5375d8f2f459d9a009263ae6a45f2&pc=U531) + +- liste 1 +- Liste 2 + +1. Numeroté 1 +2. Numeroté 2 + +``` +print('Le cours en dcision') +``` \ No newline at end of file