diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e296bb586e88166aa8a263ca75b44c2b9e..717dbe4c0317de516f3887ff93cfa74479052818 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,9 +1,15 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "A propos du calcul de pi" +author: "Guillaume Florent" +date: "29 mai 2021" output: html_document --- +# En demandant à la lib maths + +Mon ordinateur m'indique que $\pi$ vaut *approximativement* + +``` {r} +lib maths ```{r setup, include=FALSE}