From 76d69a39413fd849b2345ecd0175f3394594e308 Mon Sep 17 00:00:00 2001 From: Ek Lucas <lucas.ek@student-cs.fr> Date: Wed, 19 Oct 2022 16:48:00 +0200 Subject: [PATCH] 'ceci est un test' --- test.py/test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.py/test.py diff --git a/test.py/test.py b/test.py/test.py new file mode 100644 index 0000000..446de9f --- /dev/null +++ b/test.py/test.py @@ -0,0 +1,5 @@ +def test(): + while 0!=1: + print('ceci est un test') + +test() -- GitLab