From 45a5e414df3810a841de0ab58a3cee964225bd09 Mon Sep 17 00:00:00 2001 From: Ek Lucas <lucas.ek@student-cs.fr> Date: Wed, 19 Oct 2022 16:09:04 +0200 Subject: [PATCH] ntm --- Hello/hello.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Hello/hello.py diff --git a/Hello/hello.py b/Hello/hello.py new file mode 100644 index 0000000..7036922 --- /dev/null +++ b/Hello/hello.py @@ -0,0 +1,4 @@ +def hello(): + print('hello') + +print(hello()) \ No newline at end of file -- GitLab