diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..39bf1a81b79670e0cd73ee2134dcdec5e2d9348a 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,31 @@ -test \ No newline at end of file +# Chapter 1 + +## Sub-chapter 1: My first markdown text + +Once upon a time ... + +*la vita etait bella* + +**..but now,the horizon is black!** + +please follow the link to [my_gitlab_repo](https://app-learninglab.inria.fr/moocrr/gitlab/81225167240ab08f97bb0b629a16a9df/mooc-rr/) + +I wrote my `code` there ! + + +## Sub-chapter 2 : Lists + +**ToDo List** + +* learn gitlab + * collaborate + * create my own +* finish quizzes and exercises +* make my reseach reproducible and awesome + + +**My favourite coding languages** + +1. python +2. R +3. bash \ No newline at end of file