commit 7fc489688d988dfbe11b4d085d6c3086882f1b01 Author: P.H. Vos Date: Sat Mar 16 12:37:49 2024 +0100 Add 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