From 7745f99ed277d31b94e0757ba17b4bff534cfdc0 Mon Sep 17 00:00:00 2001 From: Olafcio1 <75330538+Olafcio1@users.noreply.github.com> Date: Tue, 21 Dec 2021 00:00:06 +0100 Subject: [PATCH] Python Programming Language Example --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello World")