From 21d196886a57c73ff85239e9324805df4315986e Mon Sep 17 00:00:00 2001 From: cd4f3f9ded6df7992b5a0de027e1724e Date: Fri, 19 Mar 2021 07:49:17 +0000 Subject: [PATCH] Update markdown.md --- module1/exo2/markdown.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/module1/exo2/markdown.md b/module1/exo2/markdown.md index 22fe953..f0e7680 100644 --- a/module1/exo2/markdown.md +++ b/module1/exo2/markdown.md @@ -1 +1,19 @@ #### Part 1 +## Sous partie 1 + +*Italic* + +__en gras__ + +http://github.com - automatic! +[GitHub](http://github.com) + +- Item 1 +- Item2 + +1. Item 3 +2. Item 4 + +``` +Print("Hello World!") +``` \ No newline at end of file -- 2.18.1