commit 6eba27f68c82cddb4426d8888a8c6ef4ae4a60e3 Author: root Date: Tue May 26 16:08:15 2026 +0100 Add 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")