diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index b63b7221cbd3482f28f94f3afc18cce54609d034..6e70f4c15a47d363f8fe667de27d087bb42e8ae1 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,10 +1,13 @@ --- -title: "Votre titre" +title: "A propos du calcul de pi" author: "Lea Chevalier" -date: "La date du jour" +date: "04 octobre 2022" output: html_document --- +#En demandant à la lib maths +Mon ordinateur m'indique que pi vaut *approximativement* +'pi' ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE)