From b36d40a16b4a53b257f750baa373305cb555754f Mon Sep 17 00:00:00 2001 From: Matthias Pfeifer Date: Fri, 3 Apr 2026 21:03:00 +0200 Subject: [PATCH] Add first hello script --- 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..b55d72a --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello from Matt") \ No newline at end of file