diff --git a/module1/exo2/markdown.md b/module1/exo2/markdown.md index 22fe9532614513e731d00bf49a4703716d5c02b5..f0e76803b2a4acae0a3b4daafe86010c8436ee6a 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