From a99816c549217b8c1fed2880087fc3a7ea8bc72e Mon Sep 17 00:00:00 2001
From: connard <baptiste.gc@student-cs.fr>
Date: Tue, 6 Oct 2020 22:03:24 +0200
Subject: [PATCH] add print

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

diff --git a/exemples.py b/exemples.py
index d81c5e6..5abdd66 100644
--- a/exemples.py
+++ b/exemples.py
@@ -5,7 +5,7 @@
 
 # thread = Thread()
 # thread.isAlive()
-
+print("modification")
 
 
 # name == main
-- 
GitLab