From 088bd2a7a1d3e6073a825620a061cda1b462e071 Mon Sep 17 00:00:00 2001 From: James Ellicott Date: Wed, 10 Jun 2026 16:36:11 +0100 Subject: [PATCH] first commit --- 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")