From 4c98faaafed307d8bcb80a787d71828ef46b057a Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Fri, 13 May 2022 21:37:01 +0200 Subject: [PATCH] Hello World! --- 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..fd03dd7 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello World!")