From 12e8c1a5ed798705ca8ac36c2f0432b71e8b8150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicente=20Mataix=20Ferr=C3=A1ndiz?= <vicente.mataix-ferrandiz@inria.fr> Date: Mon, 15 Mar 2021 10:48:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df067c8..2a61448 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## About this tutorial +[](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.inria.fr%2Fformations%2Fcpp%2Fgettingstartedwithmoderncpp/HEAD?filepath=0-introduction-to-C%2B%2B.ipynb) + This tutorial is heavily inspired from a C++ tutorial created by David Chamont (CNRS) that was given as a lecture with the help of Vincent Rouvreau (Inria) in 2016; latest version of this tutorial used as the basis of current one may be found [there](https://gitlab.inria.fr/FormationCpp/DebuterEnCpp). Current version provides two major modifications: -- GitLab