From 3affd40a6e4edb7a228d4743e828f8f0cc8a955d Mon Sep 17 00:00:00 2001
From: Lorie <lorie.turco@student-cs.fr>
Date: Thu, 21 Sep 2023 18:31:13 +0200
Subject: [PATCH] Ajout_fichier

---
 solutions.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 solutions.md

diff --git a/solutions.md b/solutions.md
new file mode 100644
index 0000000..8651960
--- /dev/null
+++ b/solutions.md
@@ -0,0 +1,7 @@
+### Solution mission 1
+
+Après avoir supprimé les deux lignes sur VScode et enregistré les modifications, j'ai effectué les commandes suivantes :
+
+* `git add README.md`
+* `git commit -m Mission_1`
+* `git push`
\ No newline at end of file
-- 
GitLab