From 8f66e7064571eb3c676ab7c8ee5460038dbf8cb5 Mon Sep 17 00:00:00 2001 From: 3ce46ad0ea3242265c2c99588a628996 <3ce46ad0ea3242265c2c99588a628996@app-learninglab.inria.fr> Date: Tue, 4 Oct 2022 12:54:18 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index b63b722..6e70f4c 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) -- 2.18.1