From 92ff41f6e1fc3d3a94b97c30132fe9af09d16b3e Mon Sep 17 00:00:00 2001 From: verkamerloic Date: Mon, 30 Nov 2020 19:07:34 +0100 Subject: [PATCH] ajout de hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..414be73 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello World !")