diff --git a/test.py/test.py b/test.py/test.py new file mode 100644 index 0000000000000000000000000000000000000000..446de9f65fe33e61e3700c4cc6c20882534d4080 --- /dev/null +++ b/test.py/test.py @@ -0,0 +1,5 @@ +def test(): + while 0!=1: + print('ceci est un test') + +test()