From ed7e9d1c8b84ab04991d65abeb8f87edabe0a95b Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 Nov 2020 15:52:39 +0100 Subject: [PATCH] add hello --- 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..9b2baa9 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print('hello !') \ No newline at end of file