From 5caeb21533ec565a2b8562b44076b2321607d953 Mon Sep 17 00:00:00 2001 From: Belgarus <179312058+Belgarus@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:35:12 +0100 Subject: [PATCH] Create main.py --- 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 00000000..8cde7829 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("hello world")