diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..84a3b5a80484d833b865e7f8fabbfa2441df5def 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,22 @@ -test \ No newline at end of file +# Partie 1 + +## sous-partie 1 + +_**texte en italique et en gras**_ + +1. un +2. deux +3. trois +4. p'tit chats + +## sous-partie 2 + +[GitHub](http://github.com) + +- oui +- non +- peut ĂȘtre + +``` +print("hello world!") +``` \ No newline at end of file