From 7fc489688d988dfbe11b4d085d6c3086882f1b01 Mon Sep 17 00:00:00 2001 From: "P.H. Vos" Date: Sat, 16 Mar 2024 12:37:49 +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..10da649 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello from Binder!") \ No newline at end of file