diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..9b2c3b4061c46b2a73573fa1b85f6fbf7ced402d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,21 @@ -test \ No newline at end of file +# Partie 1 + +## Sous partie 1.1 + +## Sous partie 1.2 + +***je suis en italique et en gras*** + +[google] (http://www.google.com "link to google") + +* Boulot +* Métro +* Dodo + +1) Poivre +2) Sel +2) oignons + +```Shell + $ hello worl!! +``` \ No newline at end of file