From 6eba27f68c82cddb4426d8888a8c6ef4ae4a60e3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 May 2026 16:08:15 +0100 Subject: [PATCH] Add hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..8acdd01 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello Word")