From 8ee0781f25bec665f16cae3320e11e2a356c9958 Mon Sep 17 00:00:00 2001
From: Maxence CHOISEL <maxence.choisel@etu.imt-nord-europe.fr>
Date: Mon, 20 Nov 2023 10:13:09 +0100
Subject: [PATCH] testing git

---
 exercice1.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercice1.py b/exercice1.py
index 013c322..49434ef 100644
--- a/exercice1.py
+++ b/exercice1.py
@@ -6,4 +6,4 @@ def foo():
 #From here, this is the main of your program
 print("I'll call my function foo")
 foo()
-#End of the prog
+#End of the prog.
-- 
GitLab