From 5907cc9ff039cdb5f62d23fce63f681535e5d564 Mon Sep 17 00:00:00 2001 From: 6d376afc04bbfd24e0c32734199b5dbc <6d376afc04bbfd24e0c32734199b5dbc@app-learninglab.inria.fr> Date: Mon, 4 May 2020 16:42:13 +0000 Subject: [PATCH] Add new file --- module2/exo1/Exercice1 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 module2/exo1/Exercice1 diff --git a/module2/exo1/Exercice1 b/module2/exo1/Exercice1 new file mode 100644 index 0000000..f79689e --- /dev/null +++ b/module2/exo1/Exercice1 @@ -0,0 +1,9 @@ +# A Propos du calcul de pi + +## En demandant à la lib math + +Mon ordinateur me dit que pi vaut approximativement + +```{r} +pi +``` \ No newline at end of file -- 2.18.1