commit b36d40a16b4a53b257f750baa373305cb555754f Author: Matthias Pfeifer Date: Fri Apr 3 21:03:00 2026 +0200 Add first hello script 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