From 22f741332514ec9e2dbf1b09cf69e26d86a9735b Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Wed, 3 Jun 2026 23:07:29 +0000 Subject: [PATCH] Add hello.py script --- hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..241cf16 --- /dev/null +++ b/hello.py @@ -0,0 +1,2 @@ +print("Hello, Forgejo!") +print("Live-Test über Forgejo-Funktionen")