Add new file

parent b5d93e08
# Partie 1 : Chocolat
## Sous-partie 1 : texte
Une phrase sans rien
*Une phrase en italique*
**Une phrase en gras**
Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/)
Une ligne de `code`
## Sous-partie 2 : listes
**Liste à puce**
- Ingrédients
- Chocolat noir
- Beurre
- Sucre
- Farine
**Liste numérotée**
1. Faire fondre le chocolat
2. Ajouter le beurre
3. Mélanger avec le reste
## Sous-partie 3 : code
```python
# Recette en code
print("Faire fondre le chocolat")
print("Ajouter le beurre")
print("Mélanger avec le reste")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment