From 2fa0384b52a9ed21ee9e14627bd308fbc1a6c9b4 Mon Sep 17 00:00:00 2001 From: Vincent Rodley Date: Fri, 22 Aug 2025 10:33:39 +1200 Subject: [PATCH] main --- 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..f7cf60e --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello, world!")