From 810ad4c381991476918990ecc6e08332a5f1e5a5 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Tue, 12 May 2026 23:07:15 +0300 Subject: [PATCH] Initial commit: Hello World --- 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")