From 79bca1dde4f51fc91e65f75a43a7cc68595b43ee Mon Sep 17 00:00:00 2001 From: Chris VDB Date: Mon, 30 Nov 2020 19:08:16 +0100 Subject: [PATCH] save hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index e69de29..8cde782 100644 --- a/hello.py +++ b/hello.py @@ -0,0 +1 @@ +print("hello world")